Created
June 3, 2020 15:04
-
-
Save Thorium/d9a60c68a52da4fae4c27980ddefe4ed to your computer and use it in GitHub Desktop.
Coding with Emojis
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
// In Windows you can press WindowsKey+"." to open Emoji menu. | |
let ``๐`` = "๐ฅ" + "๐" | |
//val ( ๐ ) : string = "๐ฅ๐" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment