/*
* Copyright (c) 2021 Arm Limited
* SPDX-License-Identifier: Apache-2.0
*/
#include "mbed.h"
int main()
{
printf("Application 2\n");
return 0;
}