fix: type conversion 5th exercise

This commit is contained in:
Inanc Gumus
2018-11-22 15:19:48 +03:00
committed by GitHub
parent 06eb36a43c
commit da9ae1a006

View File

@ -16,7 +16,7 @@ import "fmt"
// //
// HINTS // HINTS
// maximum of int8 can be 127 // maximum of int8 can be 127
// maximum of int16 can be // maximum of int16 can be 32767
// //
// EXPECTED OUTPUT // EXPECTED OUTPUT
// 1127 // 1127