added the skeleton from day4
This commit is contained in:
parent
80cd2210a3
commit
d388972aee
11 changed files with 728 additions and 5 deletions
7
2021/day4/main.go
Normal file
7
2021/day4/main.go
Normal file
|
@ -0,0 +1,7 @@
|
|||
package main
|
||||
|
||||
import "fmt"
|
||||
|
||||
func main() {
|
||||
fmt.Println("Go Fast!")
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue