You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2. Open a terminal and cd to the 'koans' directory from within the archive (koans-lib is the source directory for the koans engine, and koans-tests is the source directory for unit tests against the koans engine - both are unnecessary for advancing through the koans)
5
-
3. Run run.bat or run.sh found in the koans folder (whichever is applicable for your OS)
5
+
2. Open a terminal and cd to the koans directory within the directory you unarchived
6
+
* koans: this directory contains the application and its lessons, it is all that is needed to advance through the koans themselves.
7
+
* koans-lib: the directory for the koans the application
8
+
* koans-tests is the directory for tests to check the sanity of the application
9
+
3. Run run.bat or run.sh (whichever is applicable for your OS)
6
10
7
11
Developing a Koan:
8
12
1. Follow any of the existing koans as an example to create a new class w/ koan methods (indicated by the @Koan annotation)
0 commit comments