mirror of
https://github.com/Fennix-Project/Userspace.git
synced 2025-05-30 08:17:50 +00:00
10 lines
153 B
C
10 lines
153 B
C
#include <stdlib.h>
|
|
#include <stdio.h>
|
|
#include <aux.h>
|
|
|
|
int main(int argc, char *argv[], char *envp[])
|
|
{
|
|
printf("Hello, world!\n");
|
|
return 0;
|
|
}
|