Python:

print("Hello world")

C++:

int main() {
    printf("Hello world");
}

Leave a Comment