boot2
Playing with the boostrap
git clone
https://git.ryansepassi.com/git/boot2.git
Log
|
Files
|
Refs
|
README
00061.c (44B)
1
#define FOO 0
2
3
int main()
4
{
5
return FOO;
6
}
7