index
:
firefox
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
third_party
/
python
/
gyp
/
test
/
sibling
/
src
/
prog1
/
prog1.c
blob: 218e99401cb2598dddfdd30fed392ef022c7cdf1 (
plain
)
1
2
3
4
5
6
7
#include
<stdio.h>
int
main
(
void
)
{
printf
(
"Hello from prog1.c
\n
"
);
return
0
;
}