start tutorial
This commit is contained in:
20
tutorial/01-rust-hello/README.md
Normal file
20
tutorial/01-rust-hello/README.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# 01 - Rust Hello (5 min)
|
||||
|
||||
## Goal
|
||||
|
||||
Erstes lauffähiges Rust-Programm, das Daten über `println!` ausgibt.
|
||||
|
||||
## Run
|
||||
|
||||
- `bash scripts/run-step.sh 01 task`
|
||||
|
||||
## Tasks
|
||||
|
||||
1. Öffne `task/src/main.rs`.
|
||||
2. Ersetze die TODO-Werte.
|
||||
3. Starte erneut mit `cargo run`.
|
||||
|
||||
## Done when
|
||||
|
||||
1. Das Programm kompiliert.
|
||||
2. Die Ausgabe enthält euren Namen und Workshop-Titel.
|
||||
Reference in New Issue
Block a user