fix: slice the numbers exercise

This commit is contained in:
Inanc Gumus
2019-02-16 11:09:34 +03:00
parent 9fe62cf7ef
commit 1dab45cd57
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ package main
// first 2 : [2 4]
// last 2 : [3 5]
// evens last 1: [6]
// odds last 2 : [4 6]
// odds last 2 : [3 5]
//
//
// NOTE