you wanna see something?
```c++
#include "stdafx.h"
#include
#include
using namespace std;
int _intNumber = 8;
float _floatNumber = 5.5;
try {
if ( _intNumber >= _floatNumber) {
cout << "Shouldn't work at all";
}
}
catch (exception e) {
cout << "Screw you trying to compare float and integer numbers";
cout << e;
}
```
You can even type complete code/file content in here and use markdown to highlight the language it is written in; many many languages are supported
||html,c#,c,c++,perl,kotlin,java,javascript,css,typescript,lua,asm,bash,go,toml (ini-files),json,make,php,python,ruby,rust,shell,yaml,visual basic,xml and maybe some more||