Falco Engine 3.9.0.1 (beta)
EntryPoint.cs
Go to the documentation of this file.
1namespace FalcoEngine
2{
4 {
5 static int Main(string[] args)
6 {
7 return 1;
8 }
9 }
10}
Definition: EntryPoint.cs:4