shitbox/src/main.rs

4 lines
34 B
Rust
Raw Normal View History

2022-12-20 12:05:21 -05:00
fn main() {
2023-01-14 02:34:27 -05:00
shitbox::run();
2022-12-20 12:05:21 -05:00
}