boot2

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

00114.c (43B)


      1 int main(void);
      2 
      3 int
      4 main()
      5 {
      6 	return 0;
      7 }