Skip to content

Instantly share code, notes, and snippets.

@DamirSvrtan
Forked from shime/prvi_zadatak.rb
Created February 25, 2012 11:29
Show Gist options
  • Save DamirSvrtan/1907992 to your computer and use it in GitHub Desktop.
Save DamirSvrtan/1907992 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?
print 365*24*60*60
print 8286/365
@DamirSvrtan
Copy link
Author

365_24_60*60

8286/365

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment