Data update
This commit is contained in:
parent
07c7092a52
commit
61b93a2cd1
313 changed files with 6160 additions and 346 deletions
2
Task/Loops-Foreach/C3/loops-foreach.c3
Normal file
2
Task/Loops-Foreach/C3/loops-foreach.c3
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
String[] fruits = { "Apple", "Banana", "Strawberry" };
|
||||
foreach (fruit : fruits) io::printn(fruit);
|
||||
Loading…
Add table
Add a link
Reference in a new issue