8 lines
97 B
C
8 lines
97 B
C
#include <iostream>
|
|
using namespace std;
|
|
|
|
int main()
|
|
{
|
|
printf("Halo, Welt!");
|
|
return 0;
|
|
} |