From 87afdb6cd5063f02ce4f310225bdf0fa70fc1953 Mon Sep 17 00:00:00 2001 From: Jim Martens Date: Thu, 17 Apr 2014 16:29:23 +0200 Subject: [PATCH] =?UTF-8?q?ID-1:=20=C3=9Cberfl=C3=BCssige=20Datei=20gel?= =?UTF-8?q?=C3=B6scht?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- id/blatt1/main.cpp | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100755 id/blatt1/main.cpp diff --git a/id/blatt1/main.cpp b/id/blatt1/main.cpp deleted file mode 100755 index 15c0c6d..0000000 --- a/id/blatt1/main.cpp +++ /dev/null @@ -1,14 +0,0 @@ -/* - * Interaktionsdesign, SoSe 2014 - * Zettel 1, Aufgabe 2 - * Autor(en): ?? - */ - -#include - -int main(int argc, char** argv) -{ - std::cout << "Hello World!" << std::endl; - - return 0; -}