mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-19 00:20:25 +02:00
13 lines
157 B
Beef
13 lines
157 B
Beef
![]() |
using System;
|
||
|
using System.Diagnostics;
|
||
|
|
||
|
namespace Tiny;
|
||
|
|
||
|
class Program
|
||
|
{
|
||
|
public static int Main()
|
||
|
{
|
||
|
Console.WriteLine("Hello, World!");
|
||
|
return 0;
|
||
|
}
|
||
|
}
|