This commit is contained in:
Crispy 2024-04-29 21:40:22 +02:00
commit b62f3a016d
8 changed files with 4045 additions and 0 deletions

3
uscope/src/main.rs Normal file
View file

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