mirror of
https://github.com/status-im/c-kzg-4844.git
synced 2025-02-05 14:53:38 +00:00
11 lines
139 B
C#
11 lines
139 B
C#
|
using System;
|
||
|
using System.Text;
|
||
|
using ckzg;
|
||
|
|
||
|
class PoC {
|
||
|
private static void Main(string[] args)
|
||
|
{
|
||
|
Console.WriteLine("OK");
|
||
|
}
|
||
|
}
|