From 24f0499e2629dee1b6e734f1c9ebb614c585c93b Mon Sep 17 00:00:00 2001 From: Jacob Meline Date: Tue, 4 Mar 2025 16:23:28 -0700 Subject: [PATCH] Pushing a small test --- FunCSharp/FantasyBirds.cs | 2 +- FunCSharp/FunCSharp.csproj | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/FunCSharp/FantasyBirds.cs b/FunCSharp/FantasyBirds.cs index aa09aa9..e7fbf60 100644 --- a/FunCSharp/FantasyBirds.cs +++ b/FunCSharp/FantasyBirds.cs @@ -5,7 +5,7 @@ namespace FunCSharp /// /// Fantasy Birds based off https://github.com/fantasyland/fantasy-birds /// - public class FantasyBirds + public static class FantasyBirds { /// /// applicator :: (a -> b) -> a -> b diff --git a/FunCSharp/FunCSharp.csproj b/FunCSharp/FunCSharp.csproj index b47aacb..ffe83bb 100644 --- a/FunCSharp/FunCSharp.csproj +++ b/FunCSharp/FunCSharp.csproj @@ -20,8 +20,4 @@ - - - -