boot2
Playing with the boostrap
git clone
https://git.ryansepassi.com/git/boot2.git
Log
|
Files
|
Refs
|
README
00101.c (69B)
1
int
2
main()
3
{
4
int c;
5
c = 0;
6
do
7
;
8
while (0);
9
return c;
10
}