fork download
  1. #coding:utf-8
  2.  
  3. class Test2
  4. def initialize
  5. puts "test2 new"
  6. end
  7. def update
  8. Window.drawFont 0 , 0 , "test2 drawFont" , Font.default
  9. end
  10. end
  11.  
Success #stdin #stdout 0.05s 9656KB
stdin
Standard input is empty
stdout
Standard output is empty