Viewing profile - ullr

User avatar
Prole
Username:
ullr
Groups:
Interests:
Amateur programming, Lua, free software, music, novels

Contact ullr

Website:
Visit website

User statistics

Joined:
Sat Dec 28, 2013 3:39 am
Last active:
Sat Dec 28, 2013 6:43 am
Total posts:
0 | Search user’s posts
(0.00% of all posts / 0.00 posts per day)

Signature

Code: Select all

(function(...)
	({...})[1]()
end)((function()
	return function()
		print("Hello World")
	end
end)())