Guest User

Untitled

a guest
Dec 10th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. enum MyType { Red, Green, Blue, …, LastColor };
  2. int MyFunc(MyType[] args) { /*implementation*/}
  3.  
  4. ??? GenerateParams(???)
  5. {
  6. }
  7.  
  8. bool ValidateMyFunc()
  9. {
  10. // Iterate over all permutation
  11. // GenerateParams
  12. // Call MyFunc with the generates params
  13. }
Add Comment
Please, Sign In to add comment