Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --- Fonctions ---
- function getTime()
- heure = os.time()
- heure = math.floor(time)
- end
- function printTime()
- term.write(heure)
- term.clear()
- end
- --- Programme ---
- while true do
- getTime()
- printTime()
- sleep(1)
- end
Advertisement
Add Comment
Please, Sign In to add comment