Skip to content

Commit

Permalink
Update print.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGreatSageEqualToHeaven authored Mar 28, 2024
1 parent f53f3fc commit 5b62ef5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/print.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

local Bytecode = "\5\1\2\5\112\114\105\110\116\12\72\101\108\108\111\32\87\111\114\108\100\33\1\2\0\0\1\2\0\6\65\0\0\0\12\0\1\0\0\0\0\64\5\1\2\0\21\0\2\1\22\0\1\0\3\3\1\4\0\0\0\64\3\2\0\1\0\1\24\0\0\0\0\0\0\1\0\0\0\0\0"

local luau_execute = luau_load(Bytecode, { print = print })
local luau_execute = Fiu.luau_load(Bytecode, { print = print })
luau_execute()

0 comments on commit 5b62ef5

Please sign in to comment.