package com.nsrddyn import scala.util.hashing class Hash { def hashString(): Unit = { println("Hello from hash function") } }