Hydrogen-python/test8.hy
2025-06-19 09:42:46 +08:00

4 lines
31 B
Hy

fn main( :i32)
{
a = 34 * 3;
}