Skip to content

Instantly share code, notes, and snippets.

using System;
using System.Text;
namespace DELETEME
{
class Program
{
static void Main(string[] args) {
Func<string, string> polite = name => {
if (name.Length > 4)