index
:
book-exercises
master
Computing book exercise solutions.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Занимательное программирование
/
4
/
2_wave
/
src
/
main
/
java
/
net
/
caraus
/
labyrinth
/
Solution.java
blob: 642c87e39fca096d5f0bf9749cc780924cfb369d (
plain
)
1
2
3
4
5
6
7
package net.caraus.labyrinth; public enum Solution { CONTINUE, DONE, NO_SOLUTION }