added template files

This commit is contained in:
Sarah Faey 2024-09-18 22:53:52 +02:00
parent abaf74850e
commit 2fa0eb2b05
10 changed files with 320 additions and 8 deletions

6
main.cpp Normal file
View file

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