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