From c50a02ec703c7c1c5f6823c8cbd07a424d604792 Mon Sep 17 00:00:00 2001 From: lemon Date: Wed, 17 Aug 2022 05:18:22 +0200 Subject: more exprs, warnings --- examples/hello-world.cff | 2 -- 1 file changed, 2 deletions(-) (limited to 'examples') diff --git a/examples/hello-world.cff b/examples/hello-world.cff index 1c3c96f..a976450 100644 --- a/examples/hello-world.cff +++ b/examples/hello-world.cff @@ -2,8 +2,6 @@ extern fn printf(fmt *const u8, ...) int; extern fn cos(x f32) f32; extern fn main(argc int, argv *const *const u8) int { - #t ? 2 : 3; - 1 == 2 and argv != argv and #f; printf("hello world\n"); } -- cgit v1.2.3