Skip to content

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

Notifications You must be signed in to change notification settings

davnavr/hello-world-il-net5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks