index
:
manut/vorlesung
master
schulung
vorlesung
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
standalone
/
hello-orig.c
blob: 55a89a213c30b31a9961aa8569636923e9f901b7 (
plain
)
1
2
3
4
5
6
#include <stdio.h> int main () { printf ("Hello world!\n"); }