Skip to content

Instantly share code, notes, and snippets.

@kaworun
Created February 19, 2013 02:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kaworun/4982500 to your computer and use it in GitHub Desktop.
Save kaworun/4982500 to your computer and use it in GitHub Desktop.
cm = io.write()
function convert(cm)
h = cm / 13
return print(string.format("ハンバーガー %.2f個分 くらいかな?", h))
end
convert(cm)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment