Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local computer = require("computer")
- ----------------------------
- print("Добро пожаловать в MineInfo!")
- print("Время работы компьютера:")
- print(computer.uptime())
- print("Секунды")
- print("Максимум энергии в сети:")
- print(computer.maxEnergy())
- print("Всего памяти:")
- print(computer.totalMemory())
- print("Свободной памяти осталось:")
- print(computer.freeMemory())
- print("Байт")
- print("(c)AndreySHAP")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement