박영하의 블로그
About
Goodbye 2025!
Dec 31, 2025
#include
<stdio.h>
int
main
()
{
printf
(
"Hello 2026!"
);
return
0
;
}