Data update
This commit is contained in:
parent
07c7092a52
commit
61b93a2cd1
313 changed files with 6160 additions and 346 deletions
5
Task/Loops-For/C3/loops-for.c3
Normal file
5
Task/Loops-For/C3/loops-for.c3
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
for (int i = 0; i < 5; i++)
|
||||
{
|
||||
for (int j = 1; j <= i; j++) io::print("*");
|
||||
io::printn("*");
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue