From ecfc3d061aedcaa08d165227909b6b1098cbebb5 Mon Sep 17 00:00:00 2001 From: spv420 Date: Sun, 31 Jul 2022 00:01:08 -0400 Subject: stage4 --- stage4.js | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 stage4.js (limited to 'stage4.js') diff --git a/stage4.js b/stage4.js new file mode 100644 index 0000000..4947a77 --- /dev/null +++ b/stage4.js @@ -0,0 +1,6 @@ +function main() { + printf("landed in stage4\n"); + syslog(LOG_SYSLOG, "we out here in stage 4"); + + return 0; +} \ No newline at end of file -- cgit v1.2.3