• 257m@sh.itjust.works
    cake
    link
    fedilink
    arrow-up
    5
    ·
    edit-2
    11 months ago
    #include <stdio.h>
    
    int main(int argc, char** argv)
    {
        printf("hello, world");
    }