Skip to content

Instantly share code, notes, and snippets.

@bky373
Created September 7, 2020 16:11
Show Gist options
  • Save bky373/75e8258d5303eeda2fc2ece0bc79cc4f to your computer and use it in GitHub Desktop.
Save bky373/75e8258d5303eeda2fc2ece0bc79cc4f to your computer and use it in GitHub Desktop.
class Solution {
fun solution(s: String): Int = s.toInt()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment