MCPcopy Create free account
hub / github.com/RavEngine/RavEngine / Main

Method Main

deps/LLGL/examples/CSharp/HelloTriangle/Program.cs:174–178  ·  view source on GitHub ↗
(string[] args)

Source from the content-addressed store, hash-verified

172 static class Program
173 {
174 static void Main(string[] args)
175 {
176 var example = new HelloTriangle();
177 example.Run();
178 }
179 }
180}

Callers

nothing calls this directly

Calls 1

RunMethod · 0.45

Tested by

no test coverage detected