boot2

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

012-program.c (53B)


      1 int main(int argc, char **argv) {
      2     return argc;
      3 }