Skip to content

Instantly share code, notes, and snippets.

@adityadeshpande
Created February 2, 2020 10:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adityadeshpande/54de3bb1257af713ead2e55f36229f5f to your computer and use it in GitHub Desktop.
Save adityadeshpande/54de3bb1257af713ead2e55f36229f5f to your computer and use it in GitHub Desktop.
Add-Type -outputtype consoleapplication -outputassembly helloworld.exe 'public class helloworld{public static void Main(){System.Console.WriteLine("hello world");}}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment