C++ Shell

Are any of you seeing the new widget beside this code? I love it!

1
2
3
4
5
6
7
#include <iostream>

int main()
{
  std::cout << "Hello World" << std::endl;
  return 0;
}
Last edited on
What widget? Do you mean that malicious browser add-on that went through here a few days ago? The one that put the little cog next to certain fields?


Just kidding, it is pretty great. I think twicker took notice of people posting to online compilers and just made it easier for us.
Yep. That's the one. I only noticed it today.
Topic archived. No new replies allowed.