2019-07-02 03:32:09 +00:00

9 lines
82 B
Plaintext
Executable File

module std+ {
func init() {
uri::urlencode_init();
}
}