All Python Java C
C

Hello World

#include <stdio.h>

int main() {
    printf("Hello, World!\n");
    return 0;
}
Code copied to clipboard!