generated from 11.IB/Template
Initial commit
commit
cc8e0f133c
|
@ -0,0 +1,2 @@
|
|||
/bin/
|
||||
/obj/
|
|
@ -0,0 +1,7 @@
|
|||
using System;
|
||||
|
||||
class Program {
|
||||
static void Main(string[] args) {
|
||||
// Your code goes here
|
||||
}
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
# Logic operations, branching
|
||||
|
||||
<!-- 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