So, this is my C++ code editor! it has all functions required to code a C++ program. Number of blocks: 488. I worked on this most of a day on this. Controls: Most keys do what you'd expect them to. Backtick(`) - enter
WARNING: WILL NOT RUN WELL ON LOWER END DEVICES(with the exception of most chromebooks) Simple hello world program: #include<iostream>` int main(){` std::cout<<"hello, world!";` }