7 lines
111 B
C
7 lines
111 B
C
#include "io.h"
|
|
int main()
|
|
{
|
|
int *size;
|
|
int list[50];
|
|
printList(list, readStepsList(list, size));
|
|
} |