2023-05-21 21:10:46 +02:00
|
|
|
# Simples Hello-World-Programm
|
|
|
|
|
|
|
|
📆 **Fällig: ----** 📆 [Musterlösung](solution/)
|
|
|
|
|
|
|
|
Schreiben Sie ein Programm, das unter Verwendung von `printf` aus `<stdio.h>` den Text `Hello, World!` ausgibt.
|
|
|
|
|
|
|
|
|
|
|
|
## Quellen
|
|
|
|
|
2023-05-21 21:12:08 +02:00
|
|
|
* [Skript](https://smits-net.de/files/c/html/) zur Vorlesung
|
2023-05-21 21:10:46 +02:00
|
|
|
* [C-Tutorial](https://www.learn-c.org/)
|
|
|
|
* [C von A bis Z](https://openbook.rheinwerk-verlag.de/c_von_a_bis_z/)
|