initial commit

This commit is contained in:
Jesse Duffield 2019-05-11 20:59:40 +10:00
commit 62f3a5d075
2 changed files with 7 additions and 0 deletions

2
.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
TODO.md

5
main.go Normal file
View file

@ -0,0 +1,5 @@
package main
func main() {
panic("test")
}