9 lines
101 B
C
9 lines
101 B
C
include ‘<stdio.h>’
|
||
|
||
using namespace std
|
||
|
||
int main()
|
||
{
|
||
printf("Halo, Welt!");
|
||
return 0;
|
||
} |