Advertisement
kamandos

HomeWork

Jul 3rd, 2022
1,034
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.40 KB | None | 0 0
  1.  
  2. #include <stdio.h>
  3.  
  4. int main()
  5. {
  6.     printf("Get Up");
  7.     printf("Make omlet");
  8.     printf("Make coffee");
  9.     printf("Brush teeh");
  10.     printf("Take the car to work/lechers");
  11.     printf("finish work/lechers");
  12.     printf("Go home");
  13.     printf("Go to the gym");
  14.     printf("Go home again");
  15.     printf("Smoke a cigare");
  16.     printf("Go to sleep");
  17.     printf("repite");
  18.     return 0;
  19. }
  20.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement