changeset 11937:3a5df91432c4 draft

<wob_jonas> `` /bin/sed -i \'1a\\# beat - prints current Swatch Internet Time\' bin/beat
author HackEso <hackeso@esolangs.org>
date Fri, 13 Sep 2019 11:17:40 +0000
parents 5291f08331b3
children 78fee00d2bd2
files bin/beat
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/bin/beat	Fri Sep 13 11:15:34 2019 +0000
+++ b/bin/beat	Fri Sep 13 11:17:40 2019 +0000
@@ -1,4 +1,5 @@
 #!/usr/bin/python3
+# beat - prints current Swatch Internet Time
 import math,time
 b = math.floor(((time.time()+3600) % 86400) / 86.4)
 print("%03d"%(b,))