mirror of
https://github.com/RGBCube/CSAssignments
synced 2025-06-18 20:12:09 +00:00
Add a newline to example.c
This commit is contained in:
parent
09b85fa1eb
commit
5bdbad1aa0
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
int main() {
|
int main() {
|
||||||
for (int i = 0; i < 10; i++) {
|
for (int i = 0; i < 10; i++) {
|
||||||
printf("Example");
|
printf("Example\n");
|
||||||
}
|
}
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue