4 lines
82 B
V
4 lines
82 B
V
import net.urllib
|
|
fn main() {
|
|
println(urllib.query_escape("http://foo bar/"))
|
|
}
|