index
:
KGB.git
master
KotlinGameBoy - A Game Boy emulator written in Kotlin
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main
/
kotlin
/
gui
/
Run.kt
blob: 727c53907475a215892b30fe9e76aa54597fe8da (
plain
)
1
2
3
4
5
package
gui
fun
main
(
args
:
Array
<
String
>
)
{
WindowContainer
().
run
()
}