boot2

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

00123.c (49B)


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