brintos

brintos / linux-shallow public Read only

0
0
Text · 112 B · 9821b82 Raw
8 lines · c
1// SPDX-License-Identifier: GPL-2.02#include <stdio.h>3int main(void)4{5	printf("Hello World!\n");6	return 0;7}8