Created
May 7, 2021 13:18
-
-
Save gkthiruvathukal/3b08d5c696332489e7b366131880bb64 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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