Start work on cosmic-applet-audio

This commit is contained in:
Lucy 2022-03-07 11:15:20 -05:00
parent 5b6242d9d9
commit 31bb22f91b
No known key found for this signature in database
GPG key ID: EBC517FAD666BBF1
4 changed files with 31 additions and 3 deletions

View file

@ -0,0 +1,3 @@
fn main() {
println!("Hello, world!");
}