Skip to main content
2 of 2
replaced http://codegolf.stackexchange.com/ with https://codegolf.stackexchange.com/

Lua 25 Chars

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

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

print"\76\117\97" 
jpjacobs
  • 3.5k
  • 20
  • 17