uwu in lua

This commit is contained in:
E404NNF 2021-01-12 17:00:02 +00:00
parent 35e12a609f
commit 2be7c17968
1 changed files with 9 additions and 0 deletions

9
uwu.lua Normal file
View File

@ -0,0 +1,9 @@
function owo()
-- Nothing because uwu is superior
end
function uwu()
print("uwu")
end
uwu()