Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- include "stdio.h"
- void blah()
- {
- printf("a\n")
- printf("b\n")
- printf("c\n")
- }
- int main(int argc, char** argv)
- {
- hello = 15 + 5 * 2
- printf("hello from axbattler: %i\n", hello)
- blah()
- return 0
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement