#include #include int main() { setlocale(LC_ALL, ""); initscr(); mvaddstr(10, 10, "こんにちWorld"); getch(); endwin(); return (0); }