boot2

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

00113.c (62B)


      1 int
      2 main()
      3 {
      4 	int a = 0;
      5 	float f = a + 1;
      6 
      7 	return f == a;
      8 }