PNG -> JPG

This commit is contained in:
contre95 2023-01-01 21:07:06 +01:00
parent 6cee997266
commit 6ef81d65d3
4 changed files with 3 additions and 6 deletions

View File

@ -9,7 +9,6 @@
// when you change one of the lines below! Try adding a `println!` line, or try changing
// what it outputs in your terminal. Try removing a semicolon and see what happens!
// I AM NOT DONE
fn main() {
println!("Hello and");

View File

@ -2,8 +2,7 @@
// Make the code print a greeting to the world.
// Execute `rustlings hint intro2` or use the `hint` watch subcommand for a hint.
// I AM NOT DONE
fn main() {
println!("Hello {}!");
println!("Hello {}!", "World");
}

View File

@ -2,9 +2,7 @@
// Make me compile!
// Execute `rustlings hint variables1` or use the `hint` watch subcommand for a hint.
// I AM NOT DONE
fn main() {
x = 5;
let x = 5;
println!("x has the value {}", x);
}

1
rustlings Submodule

@ -0,0 +1 @@
Subproject commit 32b234c9f0de2f63f905d461639d9f7ed94776bc