Cite This Page
Bibliographic details for Start from a main routine
- Page name: Start from a main routine
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 23 July 2024 05:45 UTC
- Date retrieved: 21 January 2025 01:12 UTC
- Permanent URL: https://rosettacode.org/wiki/Start_from_a_main_routine?oldid=367411
- Page Version ID: 367411
Citation styles for Start from a main routine
APA style
Start from a main routine. (2024, July 23). Rosetta Code. Retrieved 01:12, January 21, 2025 from https://rosettacode.org/wiki/Start_from_a_main_routine?oldid=367411.
MLA style
"Start from a main routine." Rosetta Code. 23 Jul 2024, 05:45 UTC. 21 Jan 2025, 01:12 <https://rosettacode.org/wiki/Start_from_a_main_routine?oldid=367411>.
MHRA style
Rosetta Code contributors, 'Start from a main routine', Rosetta Code, 23 July 2024, 05:45 UTC, <https://rosettacode.org/wiki/Start_from_a_main_routine?oldid=367411> [accessed 21 January 2025]
Chicago style
Rosetta Code contributors, "Start from a main routine," Rosetta Code, https://rosettacode.org/wiki/Start_from_a_main_routine?oldid=367411 (accessed January 21, 2025).
CBE/CSE style
Rosetta Code contributors. Start from a main routine [Internet]. Rosetta Code; 2024 Jul 23, 05:45 UTC [cited 2025 Jan 21]. Available from: https://rosettacode.org/wiki/Start_from_a_main_routine?oldid=367411.
Bluebook style
Start from a main routine, https://rosettacode.org/wiki/Start_from_a_main_routine?oldid=367411 (last visited January 21, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Start from a main routine --- Rosetta Code{,} ", year = "2024", url = "https://rosettacode.org/wiki/Start_from_a_main_routine?oldid=367411", note = "[Online; accessed 21-January-2025]" }
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 = "Rosetta Code", title = "Start from a main routine --- Rosetta Code{,} ", year = "2024", url = "\url{https://rosettacode.org/wiki/Start_from_a_main_routine?oldid=367411}", note = "[Online; accessed 21-January-2025]" }