func int main() {
int b;
matrix c <2, 2> = fill(2, 2, 1.1);
int a = 1+1;
print(a);
print(c);
return 0;
}
