Removed comments

Signed-off-by: BuildTools <unconfigured@null.spigotmc.org>
This commit is contained in:
BuildTools
2021-01-03 16:58:42 -05:00
parent ac760d6f42
commit f8373a9288

1
sum.c
View File

@@ -19,7 +19,6 @@ int main() {
if (scanf("%d", &(arr[pos])) == EOF) { if (scanf("%d", &(arr[pos])) == EOF) {
end_scan = 0; end_scan = 0;
} }
//scanf("%d", &(arr[pos]));
if( arr[pos] == 0 ) { if( arr[pos] == 0 ) {
break; break;
} }