Skip to content

Instantly share code, notes, and snippets.

@windmaomao
Last active September 4, 2020 18:57
Show Gist options
  • Save windmaomao/459ad6f115337f5727b01fb1023ebee0 to your computer and use it in GitHub Desktop.
Save windmaomao/459ad6f115337f5727b01fb1023ebee0 to your computer and use it in GitHub Desktop.
import java.io.File
fun parseFile(name: String): List<String> =
File("../res/$name.input").readLines()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment