/hello-world-il-net5

A small Hello World program written in CIL running on .NET 5

Primary LanguagePowerShell

Hello World in .NET 5

Hello world program written in ILASM.

Building

Using PowerShell, run the build.ps1, which just starts ilasm.exe. Alternatively, you could just use ilasm.exe to build it with whatever options you want.

Running

dotnet ./out/hello.dll