blob: 9821b8271deed955f1a5ba59dc2c03f8a0ca525e [file] [log] [blame]
rjw1f884582022-01-06 17:20:42 +08001// SPDX-License-Identifier: GPL-2.0
2#include <stdio.h>
3int main(void)
4{
5 printf("Hello World!\n");
6 return 0;
7}