Added base code

This commit is contained in:
2022-01-03 21:58:10 +01:00
commit af2956133b
6 changed files with 48 additions and 0 deletions

5
cmd/keep-up/main.go Normal file
View File

@@ -0,0 +1,5 @@
package main
func main() {
println("Hello, world!")
}