Guest User

Untitled

a guest
Jun 25th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. void funtion(void)
  2. {
  3. int x = 1 + 2;
  4.  
  5. return; // what do we need this for, if at all?
  6. }
  7.  
  8. int main ()
  9. {
  10. DoSomething ();
  11. return 0;
  12. }
Add Comment
Please, Sign In to add comment