Files
MathApp/MathLib/Program.cs
T
2026-09-08 14:32:17 -05:00

15 lines
202 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace MathApp
{
class Program
{
static void Main(string[] args)
{
}
}
}