projects
/
allwinner_tvout_manipulator.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Added Project Structure
[allwinner_tvout_manipulator.git]
/
src
/
main.c
1
#include <stdio.h>
2
#include <stdlib.h>
3
4
int main()
5
{
6
printf("Hello world!\n");
7
return 0;
8
}