5e2156d8创建于 2019年6月18日历史提交
// SPDX-License-Identifier: GPL-2.0
#include <stdio.h>

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