Skip to content

Instantly share code, notes, and snippets.

@njlr
Last active August 21, 2017 14:49
Show Gist options
  • Save njlr/ba43cae9453955f7ef3ed6fac7a16e01 to your computer and use it in GitHub Desktop.
Save njlr/ba43cae9453955f7ef3ed6fac7a16e01 to your computer and use it in GitHub Desktop.
#include <iostream>
int main() {
 std::cout << "\e[31m" << "Hello" << "\e[0m" << World" << std::endl;
 return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment