First version!

This commit is contained in:
Jef Roosens 2021-12-31 13:35:32 +01:00
commit fa35db191d
Signed by: Jef Roosens
GPG key ID: 955C0660072F691F
2 changed files with 18 additions and 0 deletions

3
hello_world Normal file
View file

@ -0,0 +1,3 @@
#!/usr/bin/env sh
echo "Hello, world!"