Skip to content

Instantly share code, notes, and snippets.

View 1saeedsalehi's full-sized avatar

Saeed Salehi 1saeedsalehi

View GitHub Profile
@1saeedsalehi
1saeedsalehi / Result.cs
Last active April 10, 2020 18:23
implementing Result in dotnet
using System;
namespace Excecptions
{
// Still a draft
class Program
{
static void Main(string[] args)
{
Action action = GetThing() switch