1650 in Germany
| |||||
Decades: |
| ||||
---|---|---|---|---|---|
See also: | Other events of 1650 History of Germany • Timeline • Years |
Events from the year 1650 in Germany.
Events
Topographia Bohemiae, Moraviae et Silesiae in Topographia Germaniae is published
Deaths
- Sophie Elisabeth of Brandenburg
- Agnes of Hesse-Kassel
- Simon Philip, Count of Lippe
- Heinrich von Schlick
- Bartholomeus Strobel
gollark: f i b o n a c c i
gollark: Besides, this is slower.
gollark: I mean, this is a full program...
gollark: ```haskell#!/usr/bin/stack{- stack --resolver lts-12.13 --install-ghc runghc --package Hclip --package deepseq-}import Data.Charimport Control.DeepSeqimport System.Hclipevaluate x = x `deepseq` xmain = do input <- evaluate <$> getContents let text = concatMap toFib $ zip input [0..] setClipboard text putStr textfibs :: [Int]fibs = 0 : 1 : zipWith (+) fibs (tail fibs)toFib :: (Char, Int) -> StringtoFib (c, i) = replicate (fibs !! i) ' ' ++ [c, "\n"]```
gollark: *opened haskell*
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.