boot2

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

00026.c (61B)


      1 int
      2 main()
      3 {
      4 	char *p;
      5 	
      6 	p = "hello";
      7 	return p[0] - 104;
      8 }