on2_p1_double.liq

def double(s)
  s ^ s
end
print(double("foo"))
Grab the code!