Skip to content

Commit

Permalink
Fixes for docs, guides, examples
Browse files Browse the repository at this point in the history
  • Loading branch information
kishorereddy committed Jul 12, 2017
1 parent 5276377 commit be392e1
Show file tree
Hide file tree
Showing 25 changed files with 2,221 additions and 200 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import slatekit.examples.Example_App
import slatekit.examples.Example_DateTime
import slatekit.examples.Example_Serialization
import slatekit.tutorial.Example_Kotlin_Basics
Expand All @@ -22,7 +23,7 @@ mantra: Simplicity above all else

// https://looksok.wordpress.com/2014/07/12/compile-gradle-project-with-another-project-as-a-dependency/
fun main(args:Array<String>):Unit {
val cmd = Example_Serialization()
val cmd = Example_App()
cmd.execute()
println("hello kotlin examples")
}

0 comments on commit be392e1

Please sign in to comment.