Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 'VisualBasic solution to codeabbey challenge 30
- public class compiler
- shared function Main as integer
- ' Your code here!
- Dim s As String = "on fare supper off shelf jeopardy about cactus"
- Console.WriteLine (StrReverse(s))
- return 0
- End function
- end class
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement