Welcome to mirror list, hosted at ThFree Co, Russian Federation.

main.c « interpreter « mono - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 70b5d96d1b7a3d501640e77e8350d041012e3361 (plain)
1
2
3
4
5
6
7
8
9
#include "interp.h"
#include "embed.h"

int
main (int argc, char* argv[])
{
	return mono_main (argc, argv);
}