#include<studio.h>

Int main(void){
    print(''Hello world!\n'');
}

이렇게 했는데 안돼염

어떡해야돼여?