Advertisement
Guest User

Untitled

a guest
Feb 13th, 2016
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. #include <stido.h>
  2. main(){
  3. printf("\nDies ist ein erstes C-Programm.\n");
  4. printf("\nWie Sie sehen, kann 'printf' ");
  5. printf("nicht nur Texte drucken,\n");
  6. printf("sondern auch rechnen.\n\n");
  7. printf("13 * 7 = %i \n",13 * 7);
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement