PNG -> JPG

This commit is contained in:
contre95 2023-01-01 21:15:20 +01:00
parent 6ef81d65d3
commit c2b67b25a6

View File

@ -4,7 +4,7 @@
// I AM NOT DONE
fn main() {
let x;
let x: u32 = 10;
if x == 10 {
println!("x is ten!");
} else {