all tasks
This commit is contained in:
parent
b83f433714
commit
68f8f3e56b
14735 changed files with 178959 additions and 0 deletions
8
Task/URL-encoding/Seed7/url-encoding.seed7
Normal file
8
Task/URL-encoding/Seed7/url-encoding.seed7
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
$ include "seed7_05.s7i";
|
||||
include "encoding.s7i";
|
||||
|
||||
const proc: main is func
|
||||
begin
|
||||
writeln(toPercentEncoded("http://foo bar/"));
|
||||
writeln(toUrlEncoded("http://foo bar/"));
|
||||
end func;
|
||||
Loading…
Add table
Add a link
Reference in a new issue