Newer
Older
libkc / modules / test / test.c
Nomura Kei on 25 May 2024 97 bytes add env, map, dl
#include <stdio.h>

FILE* output = stderr;
int main()
{
	fprintf(output, "TEST\n");
	return 0;
}