This article is tagged with:
Run a lua file other than main in repl
and lua
run a lua file other than main in repl
#create a file named .replit and type code in the following format
language = "< preferred language>"
run = "name of file to run"