@ -1,2 +1,7 @@
local frustration = "high"
cope = {}
local n = nil
function cope.level()
print('Coping level = High')
end
return cope
@ -0,0 +1,2 @@
local cope = require('cope')
cope.level()
The note is not visible to the blocked user.