Skip to content

Commit

Permalink
Renamed and modified some .in files
Browse files Browse the repository at this point in the history
  • Loading branch information
Miqueas committed Aug 14, 2023
1 parent 666058e commit c849113
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/02-gfunc.lua.in → src/02-gfunc.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require("@gfunc@")
require("gfunc")

hello("Miqueas")
hello(2) -- Error
2 changes: 1 addition & 1 deletion src/03-basic-lib.lua.in → src/03-basic-lib.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
local lib = require("@basiclib@")
local lib = require("basiclib")
print(lib.sqr(3.14))
print(lib.cube(3.14))
print(lib.fib(3.14))

0 comments on commit c849113

Please sign in to comment.