2 lines
73 B
Text
2 lines
73 B
Text
h,w:=System.popen("stty size","r").readln().split();
|
|
println(w," x ",h);
|
h,w:=System.popen("stty size","r").readln().split();
|
|
println(w," x ",h);
|