aboutsummaryrefslogtreecommitdiff
path: root/tests/hello_world.qbt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/hello_world.qbt')
-rw-r--r--tests/hello_world.qbt18
1 files changed, 0 insertions, 18 deletions
diff --git a/tests/hello_world.qbt b/tests/hello_world.qbt
deleted file mode 100644
index 8419208..0000000
--- a/tests/hello_world.qbt
+++ /dev/null
@@ -1,18 +0,0 @@
-main()
-{
- &_putchar ('H') => ();
- &_putchar ('e') => ();
- &_putchar ('l') => ();
- &_putchar ('l') => ();
- &_putchar ('o') => ();
- &_putchar (',') => ();
- &_putchar (' ') => ();
- &_putchar ('W') => ();
- &_putchar ('o') => ();
- &_putchar ('r') => ();
- &_putchar ('l') => ();
- &_putchar ('d') => ();
- &_putchar ('!') => ();
- &_putchar ('\n') => ();
- => ();
-}