1 // SPDX-License-Identifier: GPL-2.0 << 2 #include <stdio.h> 1 #include <stdio.h> 3 int main(void) 2 int main(void) 4 { 3 { 5 printf("Hello World!\n"); 4 printf("Hello World!\n"); 6 return 0; 5 return 0; 7 } 6 } 8 7
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.