8 lines
71 B
C++
8 lines
71 B
C++
|
|
#include <cstdio>
|
|
|
|
int main() {
|
|
puts("hello world!");
|
|
return 0;
|
|
}
|