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;
  • vala@lemmy.dbzer0.com
    link
    fedilink
    arrow-up
    1
    ·
    13 days ago

    Honestly kinda weird to see something I made and posed 2 days ago reposted on this community with my my exact title and alt text but no acknowledgement.

  • marcos@lemmy.world
    link
    fedilink
    arrow-up
    1
    ·
    14 days ago

    You know somebody is really lost when they decide the empty set is a subset specifically of unsigned integers and nothing else.

  • arcterus@piefed.blahaj.zone
    link
    fedilink
    English
    arrow-up
    1
    ·
    14 days ago

    What is the Main; at the end? Is this like a scripting language where having something like main() is just an idiom? Also is printf() like built-in or something?