1
2
3
4
5
int
main()
{
    puts("hello, world!");
}