This commit is contained in:
parent
9e90bdfc33
commit
ca0031431d
19 changed files with 287 additions and 0 deletions
8
examples/network.ang
Normal file
8
examples/network.ang
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
|
||||
func get(url: string) string {
|
||||
res := request("GET", url, "")
|
||||
|
||||
return res.text
|
||||
}
|
||||
|
||||
write(get("https://www.neemek.com/hello.txt"))
|
||||
Loading…
Add table
Add a link
Reference in a new issue