run a file other than main in repl it lua code example
Example: 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"
#create a file named .replit and type code in the following format
language = "< preferred language>"
run = "name of file to run"