all repos — 3ByteBadVM @ 736bc261c184c872daaa37bd8f0759c7e8bb7ece

3ByteBadVM

.gitignore

 1
 2
 3
 4
 5
 6
 7
 8
 9
# don't commit object files or anything in bin
*.bin
*.o
bin/

# ...except for ass.sh, we want to include that
!bin/ass.sh