-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
8 bytes
]5@LaƇ⁺ƈ
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.