index
:
libgit2
debian
progress-linux
upstream
debian 12 backports: mozilla (cargo, rustc)
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
resources
/
sha1
/
hello_c
blob: 45950b2ad2add6f8b5c8a0dd28dfd19bf7a8d3a3 (
plain
)
1
2
3
4
5
6
#include <stdio.h> int main(int argc, char **argv) { printf("Hello, %s\n", "world"); }