Skip to content
Snippets Groups Projects
Commit dcc37241 authored by Tomas's avatar Tomas
Browse files

Add basic C++ program

parent a7847f1e
No related branches found
No related tags found
No related merge requests found
#include <iostream>
int main(){
std::cout << "Hello, world! from C++" << std::endl;
return 0;
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment