How to print at compile time? Something that looks like the following code, which currently does not compile: ```rust fn main(): alias n = 99 print["Compiling with n = ", n]() ```