{ "id": "t3_main_prints", "title": "main prints two fixed integers", "description": "Write a complete AILang module named t3_main_prints. It must export main : () -> () !IO that prints 42 and then 1337, each on its own line. No other definitions are required.", "expected_stdout": "42\n1337\n", "reference_solution": "t3_main_prints.reference.ail.json" }