diff options
Diffstat (limited to 'wave')
| -rwxr-xr-x | wave | 9 | 
1 files changed, 9 insertions, 0 deletions
| @@ -0,0 +1,9 @@ +#!/usr/local/bin/lua + +math.randomseed(os.time()) +local rand=math.random(2) +if rand == 1 then +	print("o/") +else +	print("\\o") +end | 
