Advertisement
Guest User

Untitled

a guest
Jan 16th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. GNU nano 2.7.4 File: beautyContest.c
  2.  
  3. /*
  4. * To change this license header, choose License Headers in Project Propertie$
  5. * To change this template file, choose Tools | Templates
  6. * and open the template in the editor.
  7. */
  8.  
  9. /*
  10. * File: newmain.c
  11. * Author: Anthony
  12. *
  13. * Created on January 16, 2018, 10:12 AM
  14. */
  15.  
  16. #include <stdio.h>
  17. #include <stdlib.h>
  18. #include <time.h>
  19. int win(int guess[7], double avg);
  20. /*
  21. *
  22. [ Read 107 lines ]
  23. ^G Get Help ^O Write Out ^W Where Is ^K Cut Text ^J Justify
  24. ^X Exit ^R Read File ^\ Replace ^U Uncut Text ^T To Spell
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement