Max Mahn
About
Projects
Resume
index
:
mktree
main
A simple and extensible project setup utility.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
def
/
skel
/
c
/
src
/
main.c
blob: 494e6d90ecbe625268040d88126c4018bdf32969 (
plain
)
1
2
3
4
5
6
7
8
#include<stdio.h>
int
main
(
int
argc
,
char
*
argv
[])
{
return
0
;
}