fn main() { let x = "example string!\n"; let y = "another str.\n"; print(x); print(y); print("Hello, world!"); }