This website requires JavaScript.
Explore
Help
Sign in
guillm
/
42sh
Watch
1
Star
0
Fork
You've already forked 42sh
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
234713b6a0
42sh
/
src
/
main.c
9 lines
99 B
C
Raw
Normal View
History
Unescape
Escape
feat(autotools): basic usage
2026-01-07 17:38:54 +01:00
// all includes
int
main
(
int
argc
,
char
*
*
argv
)
{
fix: Fixed ALL the code
2026-01-10 19:57:36 +01:00
(
void
)
argc
;
(
void
)
argv
;
feat(autotools): basic usage
2026-01-07 17:38:54 +01:00
return
0
;
}
Reference in a new issue
Copy permalink