projects
/
BK-2020-03.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
feat(user/rand_media_pl.sh):Script to play random position of media
[BK-2020-03.git]
/
user
/
c
/
src
/
hello_world.c
Commit
Line
Data
d8d899f8
SBS
1
#include <stdio.h>
2
3
int main() {
4
printf("Hello world!\n");
5
return 0;
6
};