Skip to content

Instantly share code, notes, and snippets.

View Inza's full-sized avatar

Tomas Jukin Inza

View GitHub Profile
@Inza
Inza / calculator.rb
Created November 25, 2012 10:03
Homework PES - T
# Funkce
def print_menu options
options.each_with_index do |x, i|
puts "#{i+1}: #{x}"
end
puts 'Dej sem moznost:'
end
def spocitej a, b, c, op, historie