File: module1.3.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-- 59 bytes parent folder | download | duplicates (4)
1
2
3
4
5
#use "module1.2.awk"

BEGIN {
    print "Hello World1.3"
}