Advertisement
Guest User

Untitled

a guest
Jul 19th, 2014
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. include "stdio.h"
  2.  
  3. void blah()
  4. {
  5. printf("a\n")
  6. printf("b\n")
  7. printf("c\n")
  8. }
  9.  
  10. int main(int argc, char** argv)
  11. {
  12. hello = 15 + 5 * 2
  13. printf("hello from axbattler: %i\n", hello)
  14. blah()
  15. return 0
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement