#include <iostream>
int main() {
cout << "Hello world from the main function!" << endl
x = 15
cout << x + 213; << endl
}
void randomVoid() {
cout << "hello, this is a random void! (function)"
cout << "what is your favorite hobby?"
cin << 1st_userAnswer;
if 1st_userAnswer == "coding" or "programming":
cout << "cool!" << endl
else {
cout << "nice" << endl;
}
}
void congratulations() {
cot < 'if you see this message, it might mean that you were able to solve this puzzle, congrats!';
return asd
}