6 lines
71 B
Bash
Raw Normal View History

2021-09-01 15:01:54 +02:00
#!/bin/sh
# help : print "Hello, World!" string
echo "Hello, World!"