Guest User

Untitled

a guest
Oct 18th, 2012
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. // First - pierwszy program w C++
  2.  
  3. #include <StdAfx.h>
  4. #include <stdio.h>
  5.  
  6. int main(void)
  7. {
  8. printf("halo\n");
  9. return 0;
  10. }
Advertisement
Add Comment
Please, Sign In to add comment