
int a = 3;
//bool b = print("hello");
fun mf = () -> int{


return 2;
};
