# your code goes here
def File.readf(file)
  read join(expand_path(dirname __FILE__), file)
end
  
puts File.readf "prog.rb"