Skip to content

Instantly share code, notes, and snippets.

@a-suenami
Created March 13, 2015 09:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save a-suenami/116540a4c8a89b8eaae5 to your computer and use it in GitHub Desktop.
Save a-suenami/116540a4c8a89b8eaae5 to your computer and use it in GitHub Desktop.
自己紹介
import java.util.Date
class Me(val name: String, val birthday: Date, val hobbies: Array[Hobby], val techniques: Array[Technique])
case class Hobby(val slug: String, val name: String)
case class Technique(val slug: String, val name: String)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment