5 lines
137 B
Text
5 lines
137 B
Text
class UrlDecode {
|
|
function : Main(args : String[]) ~ Nil {
|
|
Net.UrlUtility->Decode("http%3A%2F%2Ffoo%20bar%2F")->PrintLine();
|
|
}
|
|
}
|