Skip to content

Commit

Permalink
Added ; at line 36
Browse files Browse the repository at this point in the history
  • Loading branch information
ABHIRAM-AP authored May 17, 2024
1 parent 7af8aba commit a6fa585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Programs/armstrong.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ void main(){
printf("%d is an Armstrong Number", num);
}
else {
printf("%d is not an Armstong Number", num)
printf("%d is not an Armstong Number", num);
}

}
Expand Down

0 comments on commit a6fa585

Please sign in to comment.