2-1 started

This commit is contained in:
DutchEllie 2021-12-18 11:49:26 +01:00
parent 15a7b015d1
commit 0922aa4437
2 changed files with 1007 additions and 0 deletions

1000
2-1/input Normal file

File diff suppressed because it is too large Load Diff

7
2-1/main.go Normal file
View File

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