Skip to main content
replaced http://codegolf.stackexchange.com/ with https://codegolf.stackexchange.com/
Source Link

Lua 25 Chars

print(arg[-1]:match"%w+") 

Or, analogue to the J B's J solutionJ solution 17 chars:

print"\76\117\97" 

Lua 25 Chars

print(arg[-1]:match"%w+") 

Or, analogue to the J B's J solution 17 chars:

print"\76\117\97" 

Lua 25 Chars

print(arg[-1]:match"%w+") 

Or, analogue to the J B's J solution 17 chars:

print"\76\117\97" 
Post Made Community Wiki by Ilmari Karonen
Source Link
jpjacobs
  • 3.5k
  • 20
  • 17

Lua 25 Chars

print(arg[-1]:match"%w+") 

Or, analogue to the J B's J solution 17 chars:

print"\76\117\97"