Skip to content

Commit

Permalink
Implemented new interface.
Browse files Browse the repository at this point in the history
  • Loading branch information
crud89 committed Feb 8, 2021
1 parent e4f4515 commit 187e4e4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/CSharpLib/CSharpClass.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,10 @@ public string SayHello()
{
return "I am a C# class!";
}

public int AnswerEverything()
{
return 42;
}
}
}

0 comments on commit 187e4e4

Please sign in to comment.