mirror of
https://git.aramjonghu.dev/AramJonghu/rustlings.git
synced 2026-09-07 02:13:29 +02:00
Add solutions to intro and variables
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// Make the code print a greeting to the world.
|
||||
// TODO: Fix the code to print "Hello world!".
|
||||
|
||||
fn main() {
|
||||
printline!("Hello there!")
|
||||
printline!("Hello world!");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user