Rust creation

This commit is contained in:
Alex Emmet 2025-08-29 21:12:41 +02:00
commit 8b072325d8
3 changed files with 899 additions and 0 deletions

5
src/main.rs Normal file
View file

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