Created
August 4, 2025 08:05
-
-
Save parsibox/986d654b58569ea14fac0d15301a2b45 to your computer and use it in GitHub Desktop.
c# samle project in windows ( dotnet )
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dotnet new console -n SmsTest | |
cd SmsTest | |
notepad Program.cs # یا با ویرایشگر دلخواه (مثلاً code Program.cs) | |
# (اینجا کد را جایگزین کن و فایل را ذخیره کن) | |
dotnet build | |
dotnet run |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment