projects
/
BK-2020-03.git
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
feat(user/mp4_make480.sh):Do .MP4 as well as .mp4 files
[BK-2020-03.git]
/
user
/
c
/
src
/
hello_world.c
This page requires JavaScript to run. Use
this page
instead.
... / ...
Commit
Line
Data
1
#include <stdio.h>
2
3
int main() {
4
printf("Hello world!\n");
5
return 0;
6
};