git-gud/cope.lua

8 lines
83 B
Lua
Raw Normal View History

2024-03-12 13:30:50 -05:00
cope = {}
function cope.level()
print('Coping level = High')
end
return cope