sokosol.c
changeset 28 cd27cb410375
parent 26 95fccfcbd04c
equal deleted inserted replaced
27:545f73869d65 28:cd27cb410375
    22  * 	marked as is: WALLS.
    22  * 	marked as is: WALLS.
    23  * 	All lines must be of the same length.
    23  * 	All lines must be of the same length.
    24  */
    24  */
    25 
    25 
    26 
    26 
    27 
       
    28 
       
    29 
       
    30 
       
    31 
       
    32 int main(int argn, char **argv)
    27 int main(int argn, char **argv)
    33 {
    28 {
    34 	struct Map Morigin;
    29 	struct Map Morigin;
    35 
    30 
    36 	if (argn != 2)
    31 	if (argn != 2)