File Manager

Path: /opt/golang/1.22.0/src/debug/pe/testdata/

Viewing File: hello.c

#include <stdio.h>

int
main(void)
{
	printf("hello, world\n");
	return 0;
}