Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0
0002 #include <stdio.h>
0003 int main(void)
0004 {
0005     printf("Hello World!\n");
0006     return 0;
0007 }