summaryrefslogtreecommitdiff
path: root/out.c
diff options
context:
space:
mode:
Diffstat (limited to 'out.c')
-rw-r--r--out.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/out.c b/out.c
index dfdc298..f839a20 100644
--- a/out.c
+++ b/out.c
@@ -1,15 +1,8 @@
#include "out.h"
/* toc */
-static void bar();
-void asfdhjfdsaf() {
-}
void main__(void) {
- int64_t x = ((12+(-(-3)))+3);
-}
-int8_t foo(int64_t x, float y, double z) {
-}
-void bar() {
+printf ("\x48\x65\x6c\x6c\x6f\x2c\x20\x57\x6f\x72\x6c\x64\x21\x0a\x00");
}
int main(void) {