Files
didakta-rust-on-robots/tutorial/01-rust-hello/README.md
2026-03-08 19:41:38 +01:00

21 lines
354 B
Markdown

# 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.