RosettaCodeData/Task/Loop-over-multiple-arrays-simultaneously/C-sharp/loop-over-multiple-arrays-simultaneously-5.cs

2 lines
105 B
C#
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
Multiloop(new char[] { 'a', 'b', 'c', 'd' }, new char[] { 'A', 'B', 'C' }, new int[] { 1, 2, 3, 4, 5 });