Run ❯
Get your
own
website
×
Change Orientation
Change Theme, Dark/Light
Go to Spaces
#include
using namespace std; int main() { bool isCodingFun = true; bool isFishTasty = false; cout << isCodingFun << "\n"; cout << isFishTasty; return 0; }
1
0