Sharing my ASCII art

Inspired by https://www.asciiart.eu/animals/cows.

The code:

	std::cout << "   }....{                            L....L\n";
	std::cout << "   ( o o)                            (O O  )\n";
	std::cout << "   \\   /                              \\   /\n";
	std::cout << "    ^__^                              ('_')\n";

which would look like this in the console:
section_02_lecture_52%20-%20ASCII%20art

Privacy & Terms