From 290d6ef514f5785a7a7c23a658773c7d93aad971 Mon Sep 17 00:00:00 2001 From: MSilva95 Date: Tue, 26 Nov 2019 14:03:37 +0000 Subject: [PATCH] changing overflow cases --- subjects/doop.en.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/subjects/doop.en.md b/subjects/doop.en.md index 79dc90c59..89834bb17 100644 --- a/subjects/doop.en.md +++ b/subjects/doop.en.md @@ -22,8 +22,6 @@ In case the result gives overflow the program prints `Overflow`. The program has to handle the module and division operations by 0 as shown on the output examples below. -`fmt.Print` is authorized. - ### Usage ```console