Cite This Page
- Page name: Haskell Quiz/TicTacToe/Solution Abhinav
- Author: HaskellWiki contributors
- Publisher: HaskellWiki.
- Date of last revision: 23 August 2012 14:33 UTC
- Date retrieved: 12 December 2024 01:17 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Haskell_Quiz/TicTacToe/Solution_Abhinav&oldid=49999
- Page Version ID: 49999
APA style
Haskell Quiz/TicTacToe/Solution Abhinav. (2012, August 23). HaskellWiki. Retrieved 01:17, December 12, 2024 from https://wiki.haskell.org/index.php?title=Haskell_Quiz/TicTacToe/Solution_Abhinav&oldid=49999.
MLA style
"Haskell Quiz/TicTacToe/Solution Abhinav." HaskellWiki. 23 Aug 2012, 14:33 UTC. 12 Dec 2024, 01:17 <https://wiki.haskell.org/index.php?title=Haskell_Quiz/TicTacToe/Solution_Abhinav&oldid=49999>.
MHRA style
HaskellWiki contributors, 'Haskell Quiz/TicTacToe/Solution Abhinav', HaskellWiki, 23 August 2012, 14:33 UTC, <https://wiki.haskell.org/index.php?title=Haskell_Quiz/TicTacToe/Solution_Abhinav&oldid=49999> [accessed 12 December 2024]
Chicago style
HaskellWiki contributors, "Haskell Quiz/TicTacToe/Solution Abhinav," HaskellWiki, https://wiki.haskell.org/index.php?title=Haskell_Quiz/TicTacToe/Solution_Abhinav&oldid=49999 (accessed December 12, 2024).
CBE/CSE style
HaskellWiki contributors. Haskell Quiz/TicTacToe/Solution Abhinav [Internet]. HaskellWiki; 2012 Aug 23, 14:33 UTC [cited 2024 Dec 12]. Available from: https://wiki.haskell.org/index.php?title=Haskell_Quiz/TicTacToe/Solution_Abhinav&oldid=49999.
Bluebook style
Haskell Quiz/TicTacToe/Solution Abhinav, https://wiki.haskell.org/index.php?title=Haskell_Quiz/TicTacToe/Solution_Abhinav&oldid=49999 (last visited December 12, 2024).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Haskell Quiz/TicTacToe/Solution Abhinav --- HaskellWiki{,} ", year = "2012", url = "https://wiki.haskell.org/index.php?title=Haskell_Quiz/TicTacToe/Solution_Abhinav&oldid=49999", note = "[Online; accessed 12-December-2024]" }
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/TicTacToe/Solution Abhinav --- HaskellWiki{,} ", year = "2012", url = "\url{https://wiki.haskell.org/index.php?title=Haskell_Quiz/TicTacToe/Solution_Abhinav&oldid=49999}", note = "[Online; accessed 12-December-2024]" }