repo.or.cz
/
educational.data.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge /pub/main
[educational.data.git]
/
installer
/
src
/
main.cc
blob
c7553e9e7d6668254e54b58c4a80a1198204374d
1
#include <stdio.h>
2
#include
"installer.h"
3
4
main
() {
5
printf
(
"Hello world
\n
"
);
6
}