mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-25 22:38:04 +02:00
ASCII-Tabelle in C angefangen; Kapitel Programmiersprachen hinzugefügt; erste Definitionen
This commit is contained in:
parent
489d7edac0
commit
ff14701ccf
9 changed files with 140 additions and 0 deletions
7
documents/Programmierparadigmen/scripts/c/hello-world.c
Normal file
7
documents/Programmierparadigmen/scripts/c/hello-world.c
Normal file
|
@ -0,0 +1,7 @@
|
|||
#include <stdio.h>
|
||||
|
||||
int main(void)
|
||||
{
|
||||
printf("Hello, World\n");
|
||||
return 0;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue