'eclipse-workspace/C_CPP/C_Praktikum/src/C_Praktikum.cpp' löschen

This commit is contained in:
Hendrik Schutter 2018-06-16 12:08:29 +02:00
parent c8fc40eb01
commit 1c54f84029
1 changed files with 0 additions and 15 deletions

View File

@ -1,15 +0,0 @@
//============================================================================
// Name : C_Praktikum.cpp
// Author :
// Version :
// Copyright : Your copyright notice
// Description : Hello World in C++, Ansi-style
//============================================================================
#include <iostream>
using namespace std;
int main() {
cout << "!!!Hello World!!!" << endl; // prints !!!Hello World!!!
return 0;
}