added the skeleton from day4

This commit is contained in:
ZennDev1337 2023-11-22 14:16:43 +01:00
parent 80cd2210a3
commit d388972aee
11 changed files with 728 additions and 5 deletions

7
2021/day4/main.go Normal file
View file

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