aboutsummaryrefslogtreecommitdiff
path: root/examples/hello-world.cff
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2022-08-17 05:18:22 +0200
committerlemon <lsof@mailbox.org>2022-08-17 05:18:22 +0200
commitc50a02ec703c7c1c5f6823c8cbd07a424d604792 (patch)
treeef80066da26b0b91c73fba6c6e3234ddc78d869c /examples/hello-world.cff
parent1ca77f60626666fba792db407dd11ea9b597d9cf (diff)
more exprs, warnings
Diffstat (limited to 'examples/hello-world.cff')
-rw-r--r--examples/hello-world.cff2
1 files changed, 0 insertions, 2 deletions
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");
}