boot2

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

00060.c (73B)


      1 // line comment
      2 
      3 int
      4 main()
      5 {
      6 	/*
      7 		multiline
      8 		comment
      9 	*/
     10 	return 0;
     11 }