9 lines
88 B
C#
9 lines
88 B
C#
|
|
using System.Collections.Generic;
|
||
|
|
|
||
|
|
namespace Rokojori;
|
||
|
|
|
||
|
|
public interface Statement
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|