Skip to content

Instantly share code, notes, and snippets.

@cohalz
Created September 8, 2013 02:21
Show Gist options
  • Save cohalz/6481344 to your computer and use it in GitHub Desktop.
Save cohalz/6481344 to your computer and use it in GitHub Desktop.
object Main {
def main(args: Array[String]) = {
val x = readLine()
val s = readLine()
println(s.filterNot(_.toString==x))
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment