This website requires JavaScript.
Explore
Help
Sign In
r
/
bootstrap
Watch
1
Fork
You've already forked bootstrap
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
d5a6567aec
bootstrap
/
main.c
8 lines
101 B
C
Raw
Blame
History
#
include
<stdlib.h>
#
include
<curses.h>
int
main
(
int
argc
,
char
*
*
argv
)
{
return
EXIT_SUCCESS
;
}
Reference in New Issue
View Git Blame
Copy Permalink