summaryrefslogtreecommitdiff
path: root/my-project/my-project.c
diff options
context:
space:
mode:
Diffstat (limited to 'my-project/my-project.c')
-rw-r--r--my-project/my-project.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/my-project/my-project.c b/my-project/my-project.c
new file mode 100644
index 0000000..f550c66
--- /dev/null
+++ b/my-project/my-project.c
@@ -0,0 +1,6 @@
+#include "api.h"
+
+int main(void) {
+ /* add your own code */
+ return my_func(3);
+}