<aside> 💡
Midterm on Monday, October 21, 2024
</aside>
#include <iostream> // instead of stdio.h
using namespace std; // container for functions from io stream
int main(void){
cout << "Hello world!" << endl; // printf("Hello world \\n")
return 0;
}