Ready, get-set, and go!
This is to check if the syntax highlighting is working fine.
#include <iostream>
int main(int argc, char* argv[]){
std::cout << "Hello There!"<< std::endl;
return EXIT_SUCCESS;
}
This is to check if the syntax highlighting is working fine.
#include <iostream>
int main(int argc, char* argv[]){
std::cout << "Hello There!"<< std::endl;
return EXIT_SUCCESS;
}