bodies
This commit is contained in:
parent
a92bee32e1
commit
71de903f13
5 changed files with 99 additions and 1 deletions
17
test/isn.tests/Engine.cs
Normal file
17
test/isn.tests/Engine.cs
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
using static isn.tests.Tests;
|
||||
|
||||
namespace isn.tests
|
||||
{
|
||||
internal class Engine : INeedEngine
|
||||
{
|
||||
public Engine()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public object Parse(string code)
|
||||
{
|
||||
throw new System.NotImplementedException();
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue