Skip to content

Instantly share code, notes, and snippets.

@cartermp
Created April 29, 2020 18:43
Show Gist options
  • Save cartermp/67211323cdc2a8c08057333eb828f93f to your computer and use it in GitHub Desktop.
Save cartermp/67211323cdc2a8c08057333eb828f93f to your computer and use it in GitHub Desktop.
public class SomeClassInMyCode
{
public void SomeMethodIHave()
{
HelloWorldGenerated.HelloWorld.SayHello(); // calls Console.WriteLine("Hello World!") and then prints out syntax trees
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment