This commit is contained in:
Ben
2021-11-19 16:14:51 +00:00
parent 25f2975974
commit d740b582d7
4 changed files with 271 additions and 84 deletions

View File

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