trello-to-deck/src/main.rs

7 lines
82 B
Rust
Raw Normal View History

2024-11-29 14:15:32 +00:00
//
#[cfg_attr(test, mutants::skip)]
2024-11-29 13:50:34 +00:00
fn main() {
println!("Hello, world!");
}