mirror of
https://github.com/alicealys/t5-gsc-utils.git
synced 2026-04-30 12:09:36 +00:00
Update README.md
This commit is contained in:
@@ -54,16 +54,16 @@ If you wish for any feature to be added please create an [issue](https://github.
|
||||
|
||||
for (i = 0; i < arr.size; i++)
|
||||
{
|
||||
print_(arr[i]);
|
||||
print(arr[i]);
|
||||
}
|
||||
|
||||
print_();
|
||||
print();
|
||||
|
||||
arr = sort(arr);
|
||||
|
||||
for (i = 0; i < arr.size; i++)
|
||||
{
|
||||
print_(arr[i]);
|
||||
print(arr[i]);
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user