Pöstlingberg
The Pöstlingberg (German pronunciation: [ˈpœstlɪŋˌbɛʁk] (
The Pöstlingberg is reached from the city centre by line 50 of the Linz tramway, running over the Pöstlingbergbahn mountain tramway.
Bibliography
- Erich Hillbrand, Friederike Grill-Hillbrand: Pöstlingberg. Streiflichter auf Erscheinungsbild und Geschichte des Linzer Hausbergs. Universitätsverlag Rudolf Trauner, Linz 1996, ISBN 3-85320-766-9
- Christian Hager: Auf den Pöstlingberg! Geschichte und Geschichten vom Wahrzeichen der Landeshauptstadt Linz. Verlag Denkmayr, Linz 1997, ISBN 3-901123-90-3
gollark: ++exec```pythondef f(x, y, z): if y == 0: if z == 0: return x return f(x, 0, z - 1) * f(x, 0, z - 1) return f(x, y - 1, z) * f(x, y - 1, z)print(f(10, 10, 10))```
gollark: ++exec```luafunction f(x, y, z)if y == 0 thenif z == 0 thenreturn xendreturn f(x, 0, z - 1) * f(x, 0, z - 1)endreturn f(x, y - 1, z) * f(x, y - 1, z)endprint(f(3, 3, 3))```
gollark: Hmm.
gollark: ++exec```luafunction f(x, y, z)if y == 0 thenif z == 0 thenreturn xendreturn f(x, 0, z - 1) * f(x, 0, z - 1)endreturn f(x, y - 1, z) * f(x, y - 1, z)endprint(f(10, 3, 2))```
gollark: ++exec```luafunction f(x, y, z)if y == 0 thenif z == 0 thenreturn xendreturn f(x, 0, z - 1) * f(x, 0, z - 1)endreturn f(x, y - 1, z) * f(x, y - 1, z)endprint(f(10, 3, 3))```
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.