File: hello.inf

package info (click to toggle)
inform6-compiler 6.33-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 1,672 kB
  • ctags: 2,537
  • sloc: ansic: 28,395; makefile: 60; sh: 48
file content (3 lines) | stat: -rw-r--r-- 39 bytes parent folder | download | duplicates (3)
1
2
3
[ Main;
    print "Hello, world!^";
];