aboutsummaryrefslogtreecommitdiff
path: root/05/input
diff options
context:
space:
mode:
Diffstat (limited to '05/input')
-rw-r--r--05/input5
1 files changed, 5 insertions, 0 deletions
diff --git a/05/input b/05/input
new file mode 100644
index 0000000..8be510e
--- /dev/null
+++ b/05/input
@@ -0,0 +1,5 @@
1int main() {
2 int one, two, three;
3 three = two + one;
4 printf(three);
5}