mirror of
https://github.com/microsoft/autogen.git
synced 2025-07-14 04:20:52 +00:00
13 lines
255 B
C#
13 lines
255 B
C#
![]() |
// Copyright (c) Microsoft Corporation. All rights reserved.
|
|||
|
// Program.cs
|
|||
|
|
|||
|
namespace AutoGen.Anthropic.Samples;
|
|||
|
|
|||
|
internal static class Program
|
|||
|
{
|
|||
|
public static async Task Main(string[] args)
|
|||
|
{
|
|||
|
await AnthropicSamples.RunAsync();
|
|||
|
}
|
|||
|
}
|