Gerile3

↗ HN profile [ 18.6 ms ] full profile
Karma
2
Created
August 12, 2020 (5y ago)
Submissions
0

    while alive:
        Code()
        Game()
        Eat()
        Anime()
        Read()
        Sleep()

        if health < 1:
            alive = False

    print("Goodbye, World!")
[website](https://berkay-girgin.carrd.co/)