initial commit

This commit is contained in:
Chris Cochrun 2024-12-27 17:07:39 -06:00
commit 40e63f04fd
5 changed files with 250 additions and 0 deletions

3
src/main.rs Normal file
View file

@ -0,0 +1,3 @@
fn main() -> cosmic::iced::Result {
println!("hello")
}