Last active
January 20, 2020 04:18
-
-
Save emmettna/5a22599a08e76886aeb4a887d082d6ce 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 configHost = ??? | |
val configId = ??? | |
val configPass = ??? | |
loadConfig( | |
host = configHost, | |
id = configId, | |
pass = configPass) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment