fork(1) download
  1. class Cat{
  2. init() {
  3. name="Buch";
  4. age=2;
  5. breed="house";}
  6. sleep(){
  7. print("Я сплю");
  8. }
  9. each(){
  10. print("Де їжа?");}
  11. jump(){
  12. print("Це не я");}
  13. }
  14.  
Success #stdin #stdout 0.05s 16672KB
stdin
Standard input is empty
stdout
Standard output is empty