File: hello_world.nqp

package info (click to toggle)
nqp 2016.12%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 7,960 kB
  • ctags: 3,884
  • sloc: java: 25,027; perl: 910; makefile: 12; sh: 2
file content (3 lines) | stat: -rw-r--r-- 63 bytes parent folder | download | duplicates (4)
1
2
3
#!/usr/bin/nqp

say("Hello, awesome Not Quite Perl 6 World!");