Skip to content

Instantly share code, notes, and snippets.

@tst2005
Last active May 19, 2017 13:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tst2005/72774ec047896ce9b4afc36547240a5e to your computer and use it in GitHub Desktop.
Save tst2005/72774ec047896ce9b4afc36547240a5e to your computer and use it in GitHub Desktop.
happy unicode
--[[
local function ✆(✕,✖)
local ☻ = ✕+✖
return ☻
end
return ✆
]]--
local function 🐅(😸, 😹)
local 😼 = 😸 + 😹
return 😼
end
return 🐅
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment