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