mirror of
https://github.com/AlexMacocian/Plumsy.git
synced 2026-07-15 14:59:30 +00:00
a97021ec32
* Follow up on renaming * Increment version * Add readme to package
13 lines
198 B
C#
13 lines
198 B
C#
using System.Extensions;
|
|
|
|
namespace Plumsy.Tests.SimplePlugin;
|
|
|
|
public sealed class Main
|
|
{
|
|
public Main()
|
|
{
|
|
this.ThrowIfNull("this");
|
|
}
|
|
|
|
public bool ReturnTrue() => true;
|
|
} |