Files
hello-world/b/bc.bc
Robert Peters 243c851525 Add bc
2011-03-18 21:43:34 +01:00

4 lines
45 B
Plaintext
Executable File

#!/usr/bin/bc -q
print "Hello World!\n"
quit