boot2
Playing with the boostrap
git clone
https://git.ryansepassi.com/git/boot2.git
Log
|
Files
|
Refs
|
README
00122.c (51B)
1
#define F(a, b) a
2
int
3
main()
4
{
5
return F(, 1) 0;
6
}