Skip to content
Snippets Groups Projects
Commit 6da01d08 authored by Dragoș-Iulian ARGINT (94922)'s avatar Dragoș-Iulian ARGINT (94922)
Browse files

Change output calculation for Total score of _checker


Signed-off-by: default avatarDragos Iulian ARGINT <dragos.argint@stud.acs.upb.ro>
parent c8049169
No related branches found
No related tags found
No related merge requests found
Pipeline #10413 failed
......@@ -18,7 +18,7 @@ BEGIN {
}
END {
printf "\n%66s [%03d/100]\n", "Total:", sum;
printf "\n%66s [%d/100]\n", "Total:", sum;
}'
rm -f results.txt
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment