mirror of
https://inf-git.fh-rosenheim.de/studavrije7683/cplusplus-training.git
synced 2025-04-19 22:49:55 +00:00
8 lines
127 B
C++
8 lines
127 B
C++
#include <iostream>
|
|
|
|
using namespace std;
|
|
|
|
int main(){
|
|
cout<<"Willkommen auf dem Bauerhof von Bauer Max\n";
|
|
return 0;
|
|
} |