1
0
Fork 0
mirror of https://github.com/engineer-man/piston.git synced 2025-05-13 23:26:27 +02:00

rust 1.82.0

This commit is contained in:
Joshix 2024-10-24 18:00:00 +00:00
parent 4e361dcf92
commit 4462176109
6 changed files with 34 additions and 0 deletions
packages/rust/1.82.0

3
packages/rust/1.82.0/test.rs vendored Normal file
View file

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