Skip to content

Instantly share code, notes, and snippets.

@parsibox
Created August 4, 2025 08:05
Show Gist options
  • Save parsibox/986d654b58569ea14fac0d15301a2b45 to your computer and use it in GitHub Desktop.
Save parsibox/986d654b58569ea14fac0d15301a2b45 to your computer and use it in GitHub Desktop.
c# samle project in windows ( dotnet )
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