Cite This Page
Bibliographic details for Haskell Quiz/Sokoban/Solution Jethr0
- Page name: Haskell Quiz/Sokoban/Solution Jethr0
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 6 February 2021 15:19 UTC
- Date retrieved: 29 September 2023 13:12 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Haskell_Quiz/Sokoban/Solution_Jethr0&oldid=63913
- Page Version ID: 63913
Citation styles for Haskell Quiz/Sokoban/Solution Jethr0
APA style
Haskell Quiz/Sokoban/Solution Jethr0. (2021, February 6). HaskellWiki, . Retrieved 13:12, September 29, 2023 from https://wiki.haskell.org/index.php?title=Haskell_Quiz/Sokoban/Solution_Jethr0&oldid=63913.
MLA style
"Haskell Quiz/Sokoban/Solution Jethr0." HaskellWiki, . 6 Feb 2021, 15:19 UTC. 29 Sep 2023, 13:12 <https://wiki.haskell.org/index.php?title=Haskell_Quiz/Sokoban/Solution_Jethr0&oldid=63913>.
MHRA style
HaskellWiki contributors, 'Haskell Quiz/Sokoban/Solution Jethr0', HaskellWiki, , 6 February 2021, 15:19 UTC, <https://wiki.haskell.org/index.php?title=Haskell_Quiz/Sokoban/Solution_Jethr0&oldid=63913> [accessed 29 September 2023]
Chicago style
HaskellWiki contributors, "Haskell Quiz/Sokoban/Solution Jethr0," HaskellWiki, , https://wiki.haskell.org/index.php?title=Haskell_Quiz/Sokoban/Solution_Jethr0&oldid=63913 (accessed September 29, 2023).
CBE/CSE style
HaskellWiki contributors. Haskell Quiz/Sokoban/Solution Jethr0 [Internet]. HaskellWiki, ; 2021 Feb 6, 15:19 UTC [cited 2023 Sep 29]. Available from: https://wiki.haskell.org/index.php?title=Haskell_Quiz/Sokoban/Solution_Jethr0&oldid=63913.
Bluebook style
Haskell Quiz/Sokoban/Solution Jethr0, https://wiki.haskell.org/index.php?title=Haskell_Quiz/Sokoban/Solution_Jethr0&oldid=63913 (last visited September 29, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Haskell Quiz/Sokoban/Solution Jethr0 --- HaskellWiki{,} ", year = "2021", url = "https://wiki.haskell.org/index.php?title=Haskell_Quiz/Sokoban/Solution_Jethr0&oldid=63913", note = "[Online; accessed 29-September-2023]" }
When using the LaTeX package url (\usepackage{url}
somewhere in the preamble) which tends to give much more nicely formatted web addresses, the following may be preferred:
@misc{ wiki:xxx, author = "HaskellWiki", title = "Haskell Quiz/Sokoban/Solution Jethr0 --- HaskellWiki{,} ", year = "2021", url = "\url{https://wiki.haskell.org/index.php?title=Haskell_Quiz/Sokoban/Solution_Jethr0&oldid=63913}", note = "[Online; accessed 29-September-2023]" }