• dch82
    link
    fedilink
    8
    edit-2
    10 hours ago

    C:

    #include <stdio.h>
    
    int main() {
        printf("Hello World!");
        return(0);
    }
    

    EDIT: POSIX-compatible shell:

    echo "Hello World!"
    
      • dch82
        link
        fedilink
        29 hours ago

        Shell is only meant for duct tape scripts, you know to tie two regular compiled programs together