summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/first.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/first.c b/examples/first.c
new file mode 100644
index 0000000..0f61a51
--- /dev/null
+++ b/examples/first.c
@@ -0,0 +1,9 @@
+#include <stdio.h>
+#include "defines.h"
+
+int main() {
+ i32 num = -256;
+ printf("A number: %d\n", num);
+
+ return 0;
+} \ No newline at end of file