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