Files
c-sharp/Negyszog/Program.cs

13 lines
230 B
C#
Raw Normal View History

2022-04-29 11:16:40 +02:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Negyszog {
internal class Program {
static void Main(string[] args) {
}
}
}