Alt text:
Transcendence meme template
function main() {…}
int main() {…}
void main() {…}
U0 main() {…}
/* HolyC example */ U0 Main() { U8 *message = "hello world"; "%s\n",message; } Main;
Alt text:
Transcendence meme template
function main() {…}
int main() {…}
void main() {…}
U0 main() {…}
/* HolyC example */ U0 Main() { U8 *message = "hello world"; "%s\n",message; } Main;
Okay, U8, sure, but a boolean is U0? Surely U1 if you absolutely must…
well I’d assume U0 is the void type. since it contains no data
I think it’s equivalent to void, not a boolean.
Oh, that makes more sense, but then “unsigned” void?
Tbf, unsigned void makes more sense than signed void