Kernel  |  4.1

下载     查看原文件
C++程序  |  7行  |  59 B
#include <stdio.h>

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