uploading template files

This commit is contained in:
Rick van Lieshout
2018-02-12 14:47:28 +01:00
parent 995b47f324
commit 714bd6d962
30 changed files with 305 additions and 0 deletions

8
templates/C++/main.cxx Normal file
View File

@@ -0,0 +1,8 @@
#include <iostream>
int main(int argc, char **argv)
{
return 0;
}