Upload this thingy

main
Nightly 2022-09-21 19:34:05 +02:00
parent 6c03569cbb
commit e16a87e264
1 changed files with 6 additions and 0 deletions

6
helloworld.cpp Normal file
View File

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