diff options
author | Ian McFarlane <i.mcfarlane2002@gmail.com> | 2025-04-22 14:51:47 -0400 |
---|---|---|
committer | Ian McFarlane <i.mcfarlane2002@gmail.com> | 2025-04-22 14:51:47 -0400 |
commit | 325e2ea9aef0723645b86bdc773f02293747c495 (patch) | |
tree | 2d844c3e30a27eaf463fed851620221f3ad7d540 /user/hello.c | |
parent | try to find mcfg (diff) | |
parent | force rebuild on header change (diff) | |
download | comus-pcie.tar.gz comus-pcie.tar.bz2 comus-pcie.zip |
Merge branch 'main' into pciepcie
Diffstat (limited to '')
-rw-r--r-- | user/hello.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/user/hello.c b/user/hello.c new file mode 100644 index 0000000..5d91d03 --- /dev/null +++ b/user/hello.c @@ -0,0 +1,7 @@ +#include <stdio.h> + +int main(void) +{ + printf("Hello World!\n"); + return 0; +} |