mirror of
https://github.com/zaphar/sheetsui.git
synced 2025-07-23 05:19:48 -04:00
8 lines
138 B
Rust
8 lines
138 B
Rust
|
use ratatui::{self, widgets::{Table, Tabs}};
|
||
|
use crossterm::event::{self, Event};
|
||
|
use clap;
|
||
|
|
||
|
fn main() {
|
||
|
println!("Hello, world!");
|
||
|
}
|