Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

100 Day Countdown #119

Open
tkellehe opened this issue Apr 6, 2017 · 0 comments
Open

100 Day Countdown #119

tkellehe opened this issue Apr 6, 2017 · 0 comments

Comments

@tkellehe
Copy link
Owner

tkellehe commented Apr 6, 2017

100 Day Countdown

8 bytes

]5@LaƇ⁺ƈ

Try it:)

My answer


How it works

]5@LaƇ⁺ƈ
]5@La    # The string "]5@La" gets pushed onto the stack which in base 98 represents 8,640,000,000.
     Ƈ   # Pushes an integer that represents the current time where highest resolution is milliseconds.
      ⁺  # Add the time and the string which will be interpreted as 8,640,000,000ms.
       ƈ # Convert the integer to human readable time.
         # Implicitly output to the screen.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant