--- syntax: markdown tags: [tldr, linux] source: https://github.com/tldr-pages/tldr.git --- # mono > Runtime for the .NET Framework. > More information: . - Run a .NET assembly in debug mode: `mono --debug {{path/to/program.exe}}` - Run a .NET assembly: `mono {{path/to/program.exe}}`