Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
package foo
object Hello {
def main(args: Array[String]): Unit = {
println("hello")
}