repo.or.cz
/
puzzles.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Making some changes, I added makeCorrectPuzzle method, which i have to
[puzzles.git]
/
src
/
com
/
github
/
puzzles
/
core
/
Slidable.java
blob
cbe0e530c0a76b7997c1b0e290c73dc07d21c817
1
package
com
.
github
.
puzzles
.
core
;
2
3
public interface
Slidable
<
T
> {
4
public void
slid
(
T index
);
5
}