File: module2.1.awk

package info (click to toggle)
runawk 1.6.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 712 kB
  • sloc: awk: 1,127; ansic: 736; sh: 420; makefile: 103
file content (5 lines) | stat: -rw-r--r-- 60 bytes parent folder | download | duplicates (4)
1
2
3
4
5
#use "module2.2.awk"

BEGIN {
    print "Hello World 2.1"
}