test-hello.c 95 字节
Newer Older
1
// SPDX-License-Identifier: GPL-2.0
2 3 4 5 6 7
#include <stdio.h>

int main(void)
{
	return puts("hi");
}