#import "modules/std.sx"; greet :: () -> string { format("hello"); } main :: () { print("{}\n", greet()); }