2025
Jump to navigation
Jump to search
2025 is an esoteric programming language designed by User:Tommyaweosme. It behaves exactly like Deadfish in 2025 AD, and doesn't work any other year.
Interpreter
from datetime import datetime yaya = datetime.now().year if yaya == 2024: num = 0 while True: com = input() if com == "i": num += 1 if com == "d": num -= 1 if com == "s": num *= num if num == 256: num = 0 if com == "o": print(num) else: while True: input()