RosettaCodeData/Task/Arrays/68000-Assembly/arrays-5.68000
2023-07-01 13:44:08 -04:00

2 lines
32 B
Text

int myArray[];
myArray[3] = 23;