Skip to content

Instantly share code, notes, and snippets.

@svracak
Forked from shime/prvi_zadatak.rb
Created February 25, 2012 11:32
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 svracak/1908003 to your computer and use it in GitHub Desktop.
Save svracak/1908003 to your computer and use it in GitHub Desktop.
### Brojčano na ekranu ispišite koliko godina ima sekundi.
### Koliko imate godina ako ste stari 8286 dana?
### Brojčano na ekranu ispišite koliko godina ima sekundi.
print "#{365*24*60*60} eto, tolko sekundi\n"
print "#{8286/365.round} eto, tolko godina \n"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment