aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMustafa Quraish <[email protected]>2022-01-30 01:13:19 -0500
committerMustafa Quraish <[email protected]>2022-01-30 01:13:19 -0500
commitf0bee7dba9862a5fe518bff63b1b4f9bca3ff8f0 (patch)
treeded1a9de6a1d4bf115709fe5d7a475103e6ef6f6
parentFunctions, yay! (diff)
downloadcup-f0bee7dba9862a5fe518bff63b1b4f9bca3ff8f0.tar.xz
cup-f0bee7dba9862a5fe518bff63b1b4f9bca3ff8f0.zip
Remove return-0 example
The language has progressed enough now to the point where that doesn't do anything meaningful anymore.
-rw-r--r--examples/return-0.cup3
1 files changed, 0 insertions, 3 deletions
diff --git a/examples/return-0.cup b/examples/return-0.cup
deleted file mode 100644
index 22d6772..0000000
--- a/examples/return-0.cup
+++ /dev/null
@@ -1,3 +0,0 @@
-fn main() {
- return 0;
-} \ No newline at end of file