Browse Source

Merge pull request #1001 from EvilgeniuS1982/patch-3

Update README.md for tetris optimizer subject
update-quest-08-exercises-description-c-150
MSilva95 2 years ago committed by GitHub
parent
commit
c8d6a22ba6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      subjects/tetris-optimizer/README.md

2
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

Loading…
Cancel
Save