mirror of
https://github.com/bradford-hamilton/apple-1.git
synced 2024-10-31 22:05:59 +00:00
initial commit
This commit is contained in:
commit
3d1c093d95
18
.gitignore
vendored
Normal file
18
.gitignore
vendored
Normal 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
1
README.md
Normal 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.
|
Loading…
Reference in New Issue
Block a user