fork download
  1.  
  2. require 'base64'
  3.  
  4. puts Base64.decode64("VU5LTw==")
  5.  
  6. puts Base64.decode64("VU5LT2==")
  7.  
Success #stdin #stdout 0.01s 6580KB
stdin
Standard input is empty
stdout
UNKO
UNKO