git://git.onelab.eu
/
nepi.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
smarter make pypi target: check for uncommitted changes instead of asking the question
[nepi.git]
/
examples
/
linux
/
hello.c
1
#include <stdio.h>
2
3
int
4
main(int argc, char** argv){
5
6
printf("Hello world\n");
7
return 0;
8
}