RosettaCodeData/Task/Hello-world-Text/C-Shell/hello-world-text.csh
2023-07-01 13:44:08 -04:00

2 lines
36 B
Tcsh

#!/bin/csh -f
echo "Hello world!\!"