@alexkimr
#BaseSeoul #DailyChallenge #LFG2025
Daily Challenge, Day 1!
This is a bit techie, but I’m interested in learning Rust, and the Base Seoul Daily Challenge seems like a perfect opportunity! Today I set up my dev environment and learned the basics of the Rust programming language:
• What the main function is.
• How to handle user input and output using println! and io::stdin().read_line().
• Storing user input in a mutable string.
• Handling errors gracefully using .expect().