summaryrefslogtreecommitdiff
path: root/return.cpp
diff options
context:
space:
mode:
authorOskar <[email protected]>2024-07-28 12:52:38 +0200
committerOskar <[email protected]>2024-07-28 12:52:38 +0200
commit5aac3c3f8bcfef0b2aad28d91d87b9ebf1d5e7df (patch)
tree38736b9f0c57f69e272121e0fc1f3969bb7468e2 /return.cpp
first commit
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;
+}