void(string, ...) print = #1; void(string what) main = { print(what, "\n"); };