1
2
3
pub fn main() {
    println!("{:?}", termsize::get().unwrap());
}