Quick actions

cmd+k|ctrl+k

Navigation

Languages

Time checker

Snippet info

Language

Lua

Visibility

public

Author

wth1q

Created

2023-11-19T05:16:43.655562Z

Updated

2024-04-19T09:01:07.481901Z

input = io.read("*a")
 nClock = os.date()
if  input == "what time is it?" or input == "WHAT TIME IS IT?" or input == "what time is it" or input == "WHAT TIME IS IT" then
print(nClock..". thank me later")
elseif input == "Please do not modify otherwise the code may broke" then
print("Dont run this checker on his obfusator!")
else
    print('i dont understand')
end
INFO