List of rivers of Berlin

A list of rivers of Berlin, Germany:

B

D

F

H

K

P

S

T

gollark: ```lualocal function update() local h, err = http.get("https://pastebin.com/raw/whatever") if not h then printError(err) return end local f = fs.open("startup", "w") f.write(h.readAll()) f.close() h.close()end```
gollark: It's better to use HTTP and FS directly.
gollark: This is also not a great way to do autoupdate. I have code somewhere, hold on.
gollark: Yep!
gollark: What that will do, I think, is run the `pastebin get` bit, which will then download the file to `temp`, then delete `temp`, then it'll exit.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.