Comment on Anon tries programming in Java

<- View Parent
dch82@lemmy.zip ⁨11⁩ ⁨hours⁩ ago

C:

#include <stdio.h>

int main() {
    printf("Hello World!");
    return(0);
}

source
Sort:hotnewtop