10 print "hello world"
20 end


mes "hello world"
stop


#include <stdio.h>
int main (void)
{
printf("hello world\n");
}