organise repo

This commit is contained in:
Amolith 2021-09-17 10:49:41 -04:00
parent b4e1c9f1bb
commit de4704527e
Signed by: Amolith
GPG Key ID: 5548AD9930655715
2 changed files with 7 additions and 0 deletions

7
hello/hello.go Normal file
View File

@ -0,0 +1,7 @@
package main
import "fmt"
func main() {
fmt.Println("Hello world!")
}