initial commit

This commit is contained in:
Bradford Lamson-Scribner 2020-05-24 15:41:24 -06:00
commit 3d1c093d95
3 changed files with 22 additions and 0 deletions

18
.gitignore vendored Normal file
View File

@ -0,0 +1,18 @@
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# vs-code specific settings, for delve debugger in this case
.vscode
# goreleaser folder
dist/

1
README.md Normal file
View File

@ -0,0 +1 @@
After building [chippy](https://github.com/bradford-hamilton/chippy), I wanted finding something a little more challenging. I really enjoyed it so I'm going to give an Apple 1 computer a shot.

3
main.go Normal file
View File

@ -0,0 +1,3 @@
package main
func main() {}