boot2

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

00127.c (167B)


      1 int c;
      2 
      3 int
      4 main()
      5 {
      6 	if(0) {
      7 		return 1;
      8 	} else if(0) {
      9 	} else {
     10 		if(1) {
     11 			if(c)
     12 				return 1;
     13 			else
     14 				return 0;
     15 		} else {
     16 			return 1;
     17 		}
     18 	}
     19 	return 1;
     20 }