See More

import java.sql.SQLException; import hashFunction.Hash; public class Main { public static void main(String[] args) throws SQLException { // TODO Auto-generated method stub new Hash().hashFunction(); } }