OILS / benchmarks / compute / hello.awk View on Github | oils.pub

2 lines, 2 significant
1#!/usr/bin/awk -f
2BEGIN { print("hello") }