index
:
grafik.git
master
Bildverarbeitung in Java
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Core.java
blob: 8a9b319ea21ffa20d32ebe2b2f668e602f1b9c3e (
plain
)
1
2
3
4
5
6
7
8
public class
Core
{
public static void
main
(
String
[]
bla
) {
new
OptionWindow
();
}
}