PatchworkOS
Loading...
Searching...
No Matches
main.c
Go to the documentation of this file.
1
#include <
stdio.h
>
2
3
int
main
(
void
)
4
{
5
printf
(
"Hello, World!"
);
6
return
0;
7
}
main
int main()
Definition
main.c:97
stdio.h
printf
_PUBLIC int printf(const char *_RESTRICT format,...)
Definition
printf.c:5
src
programs
helloworld
main.c
Generated by
1.9.8