fork download
  1. .data
  2.  
  3. .text
  4.  
  5. .global main
  6. main: # int main()
  7. # {
  8.  
  9. # your code goes here
  10.  
  11. xor %eax, %eax # return 0;
  12. ret
  13. # }
  14.  
Success #stdin #stdout 0.01s 5548KB
stdin
Standard input is empty
stdout
Standard output is empty