Browse Source

Sortintegertable Task

No commas on example output as it is required to return []int
pull/367/head
Azamat Alimbayev 5 years ago committed by GitHub
parent
commit
a02e748641
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      subjects/sortintegertable.en.md

2
subjects/sortintegertable.en.md

@ -36,6 +36,6 @@ And its output :
```console
student@ubuntu:~/[[ROOT]]/test$ go build
student@ubuntu:~/[[ROOT]]/test$ ./test
[0,1,2,3,4,5]
[0 1 2 3 4 5]
student@ubuntu:~/[[ROOT]]/test$
```

Loading…
Cancel
Save