Last active
May 3, 2020 04:13
-
-
Save eMdOS/1d4b7f69f7874de1a7295b1e034d27a6 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
| func string(from int: Int) -> String { | |
| String(int) | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment