diff options
Diffstat (limited to '')
| -rw-r--r-- | src/moves.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/moves.c b/src/moves.c index 15d5dad..ce47e8f 100644 --- a/src/moves.c +++ b/src/moves.c | |||
| @@ -1,8 +1,3 @@ | |||
| 1 | /* This is a simple program to solve the Rubik's Cube. | ||
| 2 | * No idea how many features I am going to implement. | ||
| 3 | * Open source license and whatnot. | ||
| 4 | * I am trying to follow the C99 standard. */ | ||
| 5 | |||
| 6 | /* This file contains the definitions of the basic moves of the cube. | 1 | /* This file contains the definitions of the basic moves of the cube. |
| 7 | * There is no object or type representing the cube. | 2 | * There is no object or type representing the cube. |
| 8 | * Data about the cube can be represented by arrays (describing the position | 3 | * Data about the cube can be represented by arrays (describing the position |
