From db3809488805fbdcd9d726d9ed45ad7335812bd1 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Fri, 1 May 2026 22:43:13 +0300 Subject: remove examples in favour of tests + Might come up with proper examples at some point, but for now tests at least tell us if they're broken --- examples/callback.fwd | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 examples/callback.fwd (limited to 'examples/callback.fwd') diff --git a/examples/callback.fwd b/examples/callback.fwd deleted file mode 100644 index f750b8b..0000000 --- a/examples/callback.fwd +++ /dev/null @@ -1,16 +0,0 @@ -fwd_println(auto s); - -callee() -{ - fwd_println("Hello from callback!"); -} - -caller(*() callback) -{ - callback(); -} - -main() -{ - caller(callee); -} -- cgit v1.2.3