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

[IKON] IKON 1 hinzugefügt

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
2015-10-21 22:01:21 +02:00
parent 49f46890f6
commit 541822bdb7
5 changed files with 213 additions and 0 deletions

14
ikon1/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;
}