Upload this thingy

This commit is contained in:
Nightly 2022-09-21 19:34:05 +02:00
parent 6c03569cbb
commit e16a87e264

6
helloworld.cpp Normal file
View File

@ -0,0 +1,6 @@
#include <iostream>
int main()
{
std::cout << "Hello horrible world!!!" << std::endl;
}