import std; fn int main(String[] args) { if (args.len == 1) return 1; io::printn("Hello from script!"); return 0; }