#include<bits/stdc++.h> //you can also use using namespace std; int main() { std::cout<<"hello world"; //this is a single line comment return 0; /*used to end the main function */ /* this is an multi ine comment */ }