...does the cohost code markdown have color schemes? Time to find out!

    #include <iostream>
    
    int main()
    {
        std::cout << "Hello world!\n";
    }

...hmmm unfortunate

```c++
    #include <iostream>
    
    int main()
    {
        std::cout << "Hello world!\n";
    }
```

You must log in to comment.