Very, very, first version.

But also, check this page for the log:

* cf789c5dc4
This commit is contained in:
Fred 2020-10-05 22:11:52 +02:00
parent c155c54f7f
commit 9a56e4dffa
2 changed files with 11 additions and 0 deletions

4
go.mod Normal file
View File

@ -0,0 +1,4 @@
module jack
go 1.15

7
main.go Normal file
View File

@ -0,0 +1,7 @@
package main
import "fmt"
func main() {
fmt.Println("Hi, I'm Jack!")
}