Skip to content

Instantly share code, notes, and snippets.

@gkthiruvathukal
Created May 7, 2021 13:18
Show Gist options
  • Save gkthiruvathukal/71c8755f22b548eea6261189d922c1c7 to your computer and use it in GitHub Desktop.
Save gkthiruvathukal/71c8755f22b548eea6261189d922c1c7 to your computer and use it in GitHub Desktop.
#!/usr/bin/env amm
import $ivy.`com.chuusai::shapeless:2.4.0-M1`
import shapeless._
println(scala.util.Properties.versionNumberString)
println(1 :: "lol" :: List(1, 2, 3) :: HNil)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment