From ab9d081c173e6a6e9681d312cf3fb47412adab07 Mon Sep 17 00:00:00 2001 From: Xavier Petit <32063953+xpetit@users.noreply.github.com> Date: Wed, 11 Dec 2019 21:57:49 +0000 Subject: [PATCH] Update fill-it subject --- subjects/fillit.en.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/subjects/fillit.en.md b/subjects/fillit.en.md index 6223c4566..aff7a32b5 100644 --- a/subjects/fillit.en.md +++ b/subjects/fillit.en.md @@ -6,8 +6,6 @@ Develop a program that receives only one argument, a path to a text file which w ### Instructions -All files referring to the project must be in the same folder. - The program must : - Be written in Go @@ -15,6 +13,7 @@ The program must : - Assemble all of the tetrominoes in order to create the smallest square possible - Identify each tetromino in the solution, by assigning different letters to different tetrominoes - Expect at least 2 tetrominoes in the text file +- In case of bad format on the tetrominoes or bad file format it should print `ERROR` #### Example of a text File