bool c++

#include <stdbool.h>

int main() {
    bool isCPlusPlus = true;
    return 0;
}