From 45535398b46babb844fb0087a96d4baf68b5baf9 Mon Sep 17 00:00:00 2001 From: Jacob Magnuson Date: Tue, 14 Mar 2017 02:32:54 +0000 Subject: [PATCH] fix things add up --- things-add-up/description.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/things-add-up/description.md b/things-add-up/description.md index a0696c4..092392a 100644 --- a/things-add-up/description.md +++ b/things-add-up/description.md @@ -15,10 +15,12 @@ series of integers `a_1, a_2, ..., a_N`. You are to output the sum of that serie #### Sample Input -```5 +``` +5 1 2 3 4 5 ``` #### Sample Output -`15` +``` +15```