summaryrefslogtreecommitdiff
path: root/return.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'return.cpp')
-rw-r--r--return.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/return.cpp b/return.cpp
new file mode 100644
index 0000000..c1ee4e0
--- /dev/null
+++ b/return.cpp
@@ -0,0 +1,3 @@
+int main () {
+ return 69;
+}