5 lines
93 B
D
5 lines
93 B
D
import std.stdio, std.uri;
|
|
|
|
void main() {
|
|
writeln(encodeComponent("http://foo bar/"));
|
|
}
|