1
0
mirror of https://github.com/2martens/uni.git synced 2026-05-07 03:46:25 +02:00
Files
uni/ikon1/templates/main.cpp
2015-10-21 22:01:21 +02:00

15 lines
203 B
C++
Executable File

/*
* 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;
}