fn main() {
let x = "Rust lover";
let y = "GitHub newcomer";
let funny_z = "pasta devourer";
let generic_bio = format!("I'm {}, {} and {}.", x, y, funny_z);
println!("{}", generic_bio);
}
Pinned Loading
-
sts_map_oracle
sts_map_oracle PublicPitch-perfect copy of map generation algorithm from Slay the Spire
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.