rename solution and project to BasicProgramming

This commit is contained in:
2025-08-04 20:25:36 +02:00
parent b4dab73374
commit 0f71843f59
3 changed files with 3 additions and 4 deletions

View File

@@ -1,7 +1,6 @@
using System.Text;
using System.Text.RegularExpressions;
using System.Text.RegularExpressions;
namespace opg1
namespace BasicProgramming
{
internal class Program
{