#include (studio.h)


int main(void)

{

prinft("hello world")

return 0;

}


했는데 왜 안됨