Upload this thingy
This commit is contained in:
parent
6c03569cbb
commit
e16a87e264
6
helloworld.cpp
Normal file
6
helloworld.cpp
Normal file
@ -0,0 +1,6 @@
|
||||
#include <iostream>
|
||||
|
||||
int main()
|
||||
{
|
||||
std::cout << "Hello horrible world!!!" << std::endl;
|
||||
}
|
Loading…
Reference in New Issue
Block a user