Created
September 30, 2019 07:59
-
-
Save fikovnik/76c427417ce6ffb20152ef24c4e2cc73 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
val G1 = List("α", "β", "γ", "δ", "ε", "ϛ", "ζ", "η", "θ") | |
val G10 = List("ι", "κ", "λ", "μ", "ν", "ξ", "ο", "π", "ϙ") | |
val G100 = List("ρ", "σ", "τ", "υ", "φ", "χ", "ψ", "ω", "ϡ") | |
val G1000 = List(",α", ",β", ",γ", ",δ", ",ε", ",ϛ", ",ζ", ",η", ",θ") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment