mirror of
https://github.com/processing/processing4.git
synced 2026-02-03 21:59:20 +01:00
3 lines
63 B
Plaintext
Executable File
3 lines
63 B
Plaintext
Executable File
int[] a = new int[] { 1,2,3,4,5 };
|
|
for (int i: a) { print(i);}
|