boot2

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

00155.c (49B)


      1 
      2 int
      3 main(void)
      4 {
      5 	sizeof((int) 1);
      6 	return 0;
      7 }