/
githubmirror
/
roslyn
Обзор
Документация
Войти
/
githubmirror
/
roslyn
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/Test/Perf/tests/helloworld/HelloWorld.cs
11 строк
331 B
Youssef1313
Enable CA1052 (static holder types should be static)
01 дек 2024, 15:59
01 дек 2024, 15:59
bffc54b
Код
Авторство
О чём код?
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. public static class Hello1 { public static void Main() { System.Console.WriteLine("Hello, World!"); } }