brintos

brintos / linux-shallow public Read only

0
0
Text · 95 B · c8a5719 Raw
8 lines · c
1// SPDX-License-Identifier: GPL-2.02#include <stdio.h>3 4int main(void)5{6	return puts("hi");7}8