MrDj200

Untitled

Apr 24th, 2015
256
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.50 KB | None | 0 0
  1. #include <stdio.h>
  2. #include <time.h>
  3.  
  4. int main (void) {
  5.  
  6.     system("cls");
  7.     system("title Aktuelle Zeit: %time:~-0,8%");
  8.     system("color 0a");
  9.     printf("###################################################\n\n");
  10.     printf("            Deine goilen B\x84ume!\n\n");
  11.     printf("###################################################\n\n");
  12.     printf("Arbeiten bis: Whatever\n");
  13.     system("echo Aktuelle Zeit: %time:~-0,8%");
  14.     printf("Verbleibende Zeit: Whatever");
  15.     main();
  16.  
  17.  
  18. }
Advertisement
Add Comment
Please, Sign In to add comment