ThongCoder's picture
Upload folder using huggingface_hub
06227db
raw
history blame
92 Bytes
using System; class Program { static void Main() { Console.WriteLine(".NET C# works!"); } }