Skip to content

Instantly share code, notes, and snippets.

@miquelbeltran
Created September 24, 2017 10:02
Show Gist options
  • Select an option

  • Save miquelbeltran/bf196cc941ec8a10b7702d80435b55d8 to your computer and use it in GitHub Desktop.

Select an option

Save miquelbeltran/bf196cc941ec8a10b7702d80435b55d8 to your computer and use it in GitHub Desktop.
package work.beltran.sample
@GenName
class Hello
fun main(args: Array<String>) {
println("Hello ${Generated_Hello().getName()}")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment