From 94e88e887cf2ee4c6b445924d26e134a90bcbd50 Mon Sep 17 00:00:00 2001 From: Alex AUVOLAT Date: Tue, 5 Nov 2013 10:18:00 +0100 Subject: Reorganized folders. --- tests/fulladder.mj | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tests/fulladder.mj (limited to 'tests/fulladder.mj') diff --git a/tests/fulladder.mj b/tests/fulladder.mj new file mode 100644 index 0000000..c4b6b0e --- /dev/null +++ b/tests/fulladder.mj @@ -0,0 +1,4 @@ +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 -- cgit v1.2.3