Test
Mon 21 March 2022 by Top Shelf TechnologyYou can use backticks for showing highlighted code.
for(int i = 0; i < 100; i++) { std::cout << "LOL" << std::endl; }
This will be turned into HTML.
You can use backticks for showing highlighted code.
for(int i = 0; i < 100; i++) { std::cout << "LOL" << std::endl; }
This will be turned into HTML.