Files
seer/tests/hello489/hello489.cpp

10 lines
163 B
C++
Raw Permalink Normal View History

#include <stdio.h>
int main(void) {
printf("Hello, World!\n");
printf("Café, déjà vu — €10 — 日本語\n");
fflush(stdout);
return 0;
}