mirror of
https://github.com/MaddyThorson/StrawberryBF.git
synced 2025-03-14 18:43:26 +08:00
10 lines
96 B
Brainfuck
10 lines
96 B
Brainfuck
using System;
|
|
|
|
namespace Strawberry
|
|
{
|
|
public interface IUpdate
|
|
{
|
|
public void Update();
|
|
}
|
|
}
|