From 04e0334e9feee7f012b47af95922a0d92a623425 Mon Sep 17 00:00:00 2001 From: Xavier Petit <32063953+xpetit@users.noreply.github.com> Date: Wed, 11 Dec 2019 21:47:15 +0000 Subject: [PATCH] Update fillit subject --- subjects/fillit.en.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/subjects/fillit.en.md b/subjects/fillit.en.md index eb3709804..6223c4566 100644 --- a/subjects/fillit.en.md +++ b/subjects/fillit.en.md @@ -2,19 +2,19 @@ ### Objectives -Develop a program that receives only one argument, a txt file which will contain a list of [Tetrominoes](https://en.wikipedia.org/wiki/Tetromino) to assemble them in order to create the smallest square possible. +Develop a program that receives only one argument, a path to a text file which will contain a list of [tetrominoes](https://en.wikipedia.org/wiki/Tetromino) to assemble them in order to create the smallest square possible. ### Instructions -All files referring to the project, must be in the same folder. +All files referring to the project must be in the same folder. The program must : -- Be written in Go -- Compile successfully -- 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 +- Be written in Go +- Compile successfully +- 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 #### Example of a text File @@ -30,7 +30,7 @@ The program must : ..## ``` -- If it isn't possible to form a complete square, the program should leave spaces between the Tetrominoes. For example: +- If it isn't possible to form a complete square, the program should leave spaces between the tetrominoes. For example: ```console ABB.