summaryrefslogtreecommitdiff
path: root/tests/src/negate.nim
diff options
context:
space:
mode:
authorJJ2023-04-12 03:24:44 +0000
committerJJ2023-04-12 03:25:42 +0000
commit7b4442af8549b212d38e8ecfbf8a62217db7b220 (patch)
tree730303e0ab14676d10bb413772f3c76d03d6bfb4 /tests/src/negate.nim
parent0c980d4575a210f0ff4835500bc0bee315b66a10 (diff)
https://youtu.be/GwQW3KW3DCc?t=63
Diffstat (limited to 'tests/src/negate.nim')
-rw-r--r--tests/src/negate.nim5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/src/negate.nim b/tests/src/negate.nim
new file mode 100644
index 0000000..c775e74
--- /dev/null
+++ b/tests/src/negate.nim
@@ -0,0 +1,5 @@
+func negate(x): bool -> bool =
+ if x:
+ 0
+ else:
+ 1