all repos — 3ByteBadVM @ main

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