
function main (args) {
  print ("Read file successfully!");
}

main (ARGV);
