Sobes.tech
Junior — Senior

Print a string without changing the main function

livecode

Task condition

Without changing the body of the main function, modify the program so that when it runs, it displays the message "Hello world".

# include <iostream>

int main() {
    return 0;
}