Skip to content
Snippets Groups Projects
Commit 9169f725 authored by Lior Spach's avatar Lior Spach
Browse files

c4 - remove old

parent 83917b10
No related branches found
No related tags found
No related merge requests found
val Pattern = """\(([a-cA-C]{3})\)""".r
args(0) match {
case Pattern(c) => println(c)
case _ =>
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment