We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 171b127 commit 348e03fCopy full SHA for 348e03f
1 file changed
a/report_card.c
@@ -4,6 +4,7 @@ int main()
4
{
5
int kor, eng, math;
6
int sum = 0;
7
+ int i = 123;
8
9
math = 80;
10
eng = 100;
0 commit comments