MCPcopy Create free account
hub / github.com/cdk-patterns/serverless / Program

Class Program

the-state-machine/csharp/src/TheStateMachine/Program.cs:8–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6namespace TheStateMachine
7{
8 sealed class Program
9 {
10
11 public static void Main(string[] args)
12 {
13 var app = new App();
14 new TheStateMachineStack(app, "TheStateMachineStack");
15 app.Synth();
16 }
17 }
18}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected