Last updated 1 year ago
Was this helpful?
Raku is not installed by default on most systems and does not have a default install directory, so the path will vary by system.
File: echo.p6
Usage:
#!/path/to/raku put @*ARGS;
./echo.p6 Hello, world!
Hello, world!