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