fork download
  1. USING: formatting kernel math sequences ;
  2. IN: factorial-example
  3.  
  4. 1
  5. 2
  6. swap
  7. "%d %d" printf
Success #stdin #stdout 1.31s 164864KB
stdin
Standard input is empty
stdout
2 1