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