4 lines
91 B
VB.net
4 lines
91 B
VB.net
Sub Main()
|
|
Debug.Assert ROT13("abc") = "nop"
|
|
Debug.Assert ROT13("nop") = "abc"
|
|
End Sub
|