4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-19 12:33:46 +08:00

19 lines
297 B
C
Raw Normal View History

/*
* Copyright (c) 2006-2021, RT-Thread Development Team
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
* 2020/10/7 bernard the first version
*/
#include <stdio.h>
int main(void)
{
printf("hello rt-thread\n");
return 0;
}