RosettaCodeData/Task/Hello-world-Text/C-Shell/hello-world-text.csh

3 lines
36 B
Tcsh

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