Initial commit

This commit is contained in:
Smirnov Olexander 2022-05-30 15:44:12 +03:00
commit 7fc01485e7
7 changed files with 92 additions and 0 deletions

5
spec/gopher_spec.lua Normal file
View file

@ -0,0 +1,5 @@
describe("gopher", function()
it("can be required", function()
require "gopher"
end)
end)