Skip to content

Instantly share code, notes, and snippets.

View daniel-chenery's full-sized avatar

Daniel Chenery daniel-chenery

View GitHub Profile
@daniel-chenery
daniel-chenery / Program.cs
Last active August 8, 2023 17:35
Expression Explainer
using System;
using System.Collections.Generic;
using System.Linq.Expressions;
using System.Reflection;
using System.Text;
internal class Program
{
static void Main()
{
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
public class Program
{
public static void Main()
{
const string Content = "Hello World";