#import <studio.h>

fn void main() {
printf!("hello,world");
return 0;
}

これなにがだめなの?