blob: 369e35735269e05f33032253f3419203c614ea83 [file] [log] [blame]
/*
* Copyright (c) 2023, Meta
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <iostream>
int main(void)
{
std::cout << "Hello, C++ world! " << CONFIG_BOARD << std::endl;
return 0;
}