Provides a solution for a puzzle passed by CLI:
$ ./executable test_in_02.txt
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(inout), | dimension(9, 9) | :: | grid |
Sudoku Grid |
|
| character(len=*), | intent(in) | :: | file |
Filepath |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| logical, | public | :: | presence |