MCPcopy Create free account
hub / github.com/asweigart/PythonStdioGames / Program

Class Program

csharp_ports/matrixscreensaver/Program.cs:5–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3namespace matrixscreensaver
4{
5 class Program
6 {
7 static void Main(string[] args)
8 {
9 Console.WriteLine("Hello World!");
10 }
11 }
12}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected