Facebook
From Walloping Pudu, 9 Years ago, written in C.
This paste is a reply to Untitled from Buff Pig - view diff
Embed
Download Paste or View Raw
Hits: 507
  1. void * main(int argc)
  2. {
  3.         int ret;
  4.     ret = 3;
  5.     return ret;
  6.    
  7. }