import lang.stdlib;
(u8, u8) a(u8 a, u8 b) {
return a, b
}
void main() {
u8 a = 1u8;
f32 b = 1.5f32;
f32 c = 1.6;
println("Hello World");