1
0
mirror of https://github.com/2martens/uni.git synced 2026-05-06 19:36:26 +02:00

ID Templates hinzugefügt

This commit is contained in:
Jim Martens
2014-04-10 14:46:41 +02:00
parent fdbeb009b2
commit 669cf6e10a
4 changed files with 103 additions and 0 deletions

14
id/templates/main.cpp Executable file
View File

@ -0,0 +1,14 @@
/*
* Interaktionsdesign, SoSe 2014
* Zettel 1, Aufgabe 2
* Autor(en): ??
*/
#include <iostream>
int main(int argc, char** argv)
{
std::cout << "Hello World!" << std::endl;
return 0;
}