Commit 0f14a65d by Patryk Czarnik

Hello world

parent a7070bac
#include <iostream>
int main()
{
std::cout << "Hello world" << std::endl;
return 0;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment