Switching pcs
This commit is contained in:
19
2018/day24/day24.go
Normal file
19
2018/day24/day24.go
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user