From 4af5176d6377958a457da3e5f671ce21540fad70 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sun, 18 Aug 2024 20:48:27 +0300 Subject: add tests and fixes on top of 674438 --- tests/hello_world.qbt | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 tests/hello_world.qbt (limited to 'tests/hello_world.qbt') 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') => (); - => (); -} -- cgit v1.3