summaryrefslogtreecommitdiff
path: root/solutions/00_intro/intro1.rs
blob: 4fe84549e02452b05f039010b43b8249a70649d5 (plain)
1
2
3
4
5
fn main() {
    // Congratulations, you finished the first exercise 🎉
    // As an introduction to Rustlings, the first exercise only required
    // entering `n` in the terminal to go to the next exercise.
}