Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Module Module1
- Sub Main()
- CauseStackOverflow()
- End Sub
- Sub CauseStackOverflow()
- ' No base case, this will keep calling itself infinitely
- CauseStackOverflow()
- End Sub
- End Module
Advertisement
Add Comment
Please, Sign In to add comment