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