Advertisement
Guest User

Untitled

a guest
Oct 8th, 2013
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. //-----------------------------------------------------------------------------
  2. // hw1.c
  3. //
  4. // Slightly modified "Hello World"
  5. //
  6. // Group: 3 study assistant -
  7. //
  8. // Authors: Patrick Sacher 1231592
  9. //
  10. // Latest Changes: 07.10.2013 (by Patrick Sacher)
  11. //-----------------------------------------------------------------------------
  12. //
  13.  
  14. #include <stdio.h>
  15.  
  16. int main()
  17. {
  18. printf("Howdy, ich bin 1231592, ich hoffe du hast einen besseren Tag als ich hier.\n");
  19. return 0;
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement