Preprocessor Directive = To give information to other game files or programs
Main function = To notify that the code is a C++ formatted code
Expression Statements = Make code to display any texts according what we wanted (still unclear about what std::cout do actually)
Declarations Statements = To declare what variables that we included in our codes
Return Statement = To return value of 0 inside our code