test commit

This commit is contained in:
Michael Kiselev 2024-07-07 19:19:15 -05:00
parent 4a2429150d
commit 5c14525067
Signed by: Sangui
GPG key ID: DAB055E38B47526A

View file

@ -1,5 +1,3 @@
using System.DirectoryServices;
namespace KumiScript.Interpreter namespace KumiScript.Interpreter
{ {
public class LispProcedure : Procedure public class LispProcedure : Procedure
@ -43,4 +41,4 @@ namespace KumiScript.Interpreter
return string.Concat("λ(", string.Join(' ', _parameters), ")"); return string.Concat("λ(", string.Join(' ', _parameters), ")");
} }
} }
} }