news 0.1.1

Consume the news in yout terminal 📰
1
2
3
4
5
6
mod app;
mod state;
mod ui;
pub use app::App;
pub use state::state;
pub use ui::ui;