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