mirror of
https://github.com/markjprice/cs11dotnet7.git
synced 2026-04-07 15:23:54 +00:00
Initial commit
This commit is contained in:
parent
b05b747e9f
commit
d5bde3c775
15 changed files with 114 additions and 0 deletions
3
vs4win/Chapter01/AboutMyEnvironment/Program.cs
Normal file
3
vs4win/Chapter01/AboutMyEnvironment/Program.cs
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
// See https://aka.ms/new-console-template for more information
|
||||
Console.WriteLine(Environment.CurrentDirectory);
|
||||
Console.WriteLine(Environment.OSVersion.VersionString);
|
||||
Loading…
Add table
Add a link
Reference in a new issue