boot2

Playing with the boostrap
git clone https://git.ryansepassi.com/git/boot2.git
Log | Files | Refs | README

004-if-else.c (51B)


      1 int main(void) { if (1) return 1; else return 0; }