mirror of
https://github.com/bradford-hamilton/apple-1.git
synced 2025-08-10 15:25:00 +00:00
initial commit
This commit is contained in:
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.
|
Reference in New Issue
Block a user