Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public class NumbersService
- {
- // Returns awesome numbers
- // Returns number between 0 - 100 that are divisible by 5
- public _____ GetAwesomeNumbers()
- {
- // TODO
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement