aboutsummaryrefslogtreecommitdiffstats
path: root/c/echo.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/echo.c')
-rw-r--r--c/echo.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/c/echo.c b/c/echo.c
new file mode 100644
index 0000000..f8d5125
--- /dev/null
+++ b/c/echo.c
@@ -0,0 +1,5 @@
+#include "gbos.h"
+void main(void) {
+ puts(getargs());
+ nl();
+}