boot2

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

00119.c (47B)


      1 double x = 100;
      2 
      3 int
      4 main()
      5 {
      6 	return x < 1;
      7 }