Switching pcs

This commit is contained in:
2018-12-16 07:26:17 +00:00
parent 50254aa2c1
commit 663e19ba54
5 changed files with 1154 additions and 0 deletions

19
2018/day24/day24.go Normal file
View File

@@ -0,0 +1,19 @@
package main
import "fmt"
const ()
func main() {
fmt.Println("vim-go")
}
type AttackType int
type Army struct {
units int
hp int
weaknesses []string
strength int
dam
}