aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBad Diode <bd@badd10de.dev>2022-03-03 08:42:47 +0000
committerBad Diode <bd@badd10de.dev>2022-03-03 08:42:47 +0000
commitd0b2e6376f03ac86087f355c56b5d98262deda6b (patch)
tree9b87c2c1b14d71aba8dbef0493f4b8367b276093 /src
downloaduxnfb-d0b2e6376f03ac86087f355c56b5d98262deda6b.tar.gz
uxnfb-d0b2e6376f03ac86087f355c56b5d98262deda6b.zip
Initial commit
Diffstat (limited to 'src')
-rw-r--r--src/main.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
new file mode 100644
index 0000000..e08dc19
--- /dev/null
+++ b/src/main.c
@@ -0,0 +1,7 @@
1#include<stdio.h>
2
3int
4main(void) {
5 printf("hello world\n");
6 return 0;
7}