编辑代码


#include <stdio.h>
int main () {
	printf("Hello JSRUN!   \n\n         - from C .");
	return 0;
}