summaryrefslogtreecommitdiff
path: root/sched/test/fulladder.mj
diff options
context:
space:
mode:
Diffstat (limited to 'sched/test/fulladder.mj')
-rw-r--r--sched/test/fulladder.mj4
1 files changed, 0 insertions, 4 deletions
diff --git a/sched/test/fulladder.mj b/sched/test/fulladder.mj
deleted file mode 100644
index c4b6b0e..0000000
--- a/sched/test/fulladder.mj
+++ /dev/null
@@ -1,4 +0,0 @@
-main(a,b,c) = (s, r) where
- s = (a xor b) xor c;
- r = (a and b) or ((a xor b) and c);
-end where \ No newline at end of file