#include "stdafx.h"using namespace System;void main(){ Console::WriteLine ( true.ToString () ); Console::WriteLine ( false.ToString () );}