From 2f655c490b436babc39542564ea0a891bbc5d016 Mon Sep 17 00:00:00 2001 From: OGordoo Date: Tue, 10 Dec 2019 14:30:06 +0000 Subject: [PATCH] justOneSign --- subjects/trimatoi.en.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/subjects/trimatoi.en.md b/subjects/trimatoi.en.md index 31496b22..ba6571cf 100644 --- a/subjects/trimatoi.en.md +++ b/subjects/trimatoi.en.md @@ -8,6 +8,8 @@ - This function will **only** have to return the `int`. In case of invalid input, the function should return `0`. +- Note: There will never be more than one sign by string in the tests. + ### Expected function ```go