aboutsummaryrefslogtreecommitdiff
path: root/src/moves.c
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano.tronto@gmail.com>2020-09-13 10:25:57 +0200
committerSebastiano Tronto <sebastiano.tronto@gmail.com>2020-09-13 10:25:57 +0200
commite0e21d5e120010607ea93b746953ad9a28550078 (patch)
tree0a84c5290f5addbba1126ed8ba54df9dbd9f9d89 /src/moves.c
parent0283a15ef9feeb7755f93f08de6c5204591d5381 (diff)
downloadnissy-e0e21d5e120010607ea93b746953ad9a28550078.tar.gz
nissy-e0e21d5e120010607ea93b746953ad9a28550078.zip
Copied documentation into code
Diffstat (limited to '')
-rw-r--r--src/moves.c5
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

Generated with cgit - Back to sebastiano.tronto.net