boot2

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

00125.c (76B)


      1 #include <stdio.h>
      2 
      3 int
      4 main(void)
      5 {
      6 	printf("hello world\n");
      7 	return 0;
      8 }