From 9053a749d032aeb56ae1b54c3b4107dccecb4911 Mon Sep 17 00:00:00 2001 From: EvilgeniuS1982 <89176402+EvilgeniuS1982@users.noreply.github.com> Date: Fri, 25 Feb 2022 15:44:29 +0000 Subject: [PATCH] Update README.md --- subjects/tetris-optimizer/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/tetris-optimizer/README.md b/subjects/tetris-optimizer/README.md index 10290b0a..6671dbac 100644 --- a/subjects/tetris-optimizer/README.md +++ b/subjects/tetris-optimizer/README.md @@ -2,7 +2,7 @@ ### Objectives -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. +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) and assemble them in order to create the smallest square possible. ### Instructions