boot2

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

00117.c (50B)


      1 int main()
      2 {
      3 	int x[] = { 1, 0 };
      4 	return x[1];
      5 }