User:Bitwiseb/Sandbox
From Wikipedia, the free encyclopedia
Stuff
A table
I don't know what I'm doing.[1]
| + | 0 | 1 |
|---|---|---|
| 0 | 0 | 1 |
| 1 | 1 | 1 |
Some code
int main()
{
printf("hello, world\n");
return 0;
}
From Wikipedia, the free encyclopedia
I don't know what I'm doing.[1]
| + | 0 | 1 |
|---|---|---|
| 0 | 0 | 1 |
| 1 | 1 | 1 |
int main()
{
printf("hello, world\n");
return 0;
}