forked from 11.IB/variables
commit
1af876cc7f
@ -0,0 +1,2 @@
|
||||
/bin/
|
||||
/obj/
|
@ -0,0 +1,3 @@
|
||||
# Assignment and reading of variables, fundamental operations
|
||||
|
||||
<!-- add description here -->
|
@ -0,0 +1,6 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>netcoreapp3.1</TargetFramework>
|
||||
</PropertyGroup>
|
||||
</Project>
|
Loading…
Reference in new issue