mirror of
https://github.com/Fennix-Project/Userspace.git
synced 2025-05-25 22:14:28 +00:00
8 lines
110 B
C
8 lines
110 B
C
#include <stdio.h>
|
|
|
|
int main(int argc, char *argv[], char *envp[])
|
|
{
|
|
printf("Hello, world!\n");
|
|
return 0;
|
|
}
|