I think you mean aristotle

This commit is contained in:
Firas Khalil Khana
2021-05-01 13:24:44 +03:00
committed by İnanç Gümüş
parent d510b0481c
commit 60dd1b2cca
2 changed files with 9 additions and 9 deletions

View File

@ -37,7 +37,7 @@ func main() {
//
// #2: Append the following names to the names slice:
//
// "einstein", "tesla", "aristo"
// "einstein", "tesla", "aristotle"
//
// Print the names slice.
//
@ -58,10 +58,10 @@ func main() {
//
// Then append the following names to the slice:
//
// "einstein", "tesla", "aristo"
// "einstein", "tesla", "aristotle"
//
// Expected output:
// ["einstein", "tesla", "aristo" "" ""]
// ["einstein", "tesla", "aristotle" "" ""]
//
//
// ...