about summary refs log tree commit diff stats
path: root/cpp/x.mu
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/x.mu')
-rw-r--r--cpp/x.mu5
1 files changed, 0 insertions, 5 deletions
diff --git a/cpp/x.mu b/cpp/x.mu
deleted file mode 100644
index 0d40a4a7..00000000
--- a/cpp/x.mu
+++ /dev/null
@@ -1,5 +0,0 @@
-recipe main [
-  12:integer <- copy 1:literal
-  13:integer <- copy 3:literal
-  11:integer <- add 12:integer, 13:integer
-]