7 lines
47 B
Raku
Executable File
7 lines
47 B
Raku
Executable File
#!/usr/bin/env perl6
|
|
|
|
v6;
|
|
|
|
say "Hello World";
|
|
|