fn main(arguments: [String]) { let program_name = arguments[0] println("{}", program_name) }