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
using System; | |
namespace CLa | |
{ | |
class Program | |
{ | |
static void Main() | |
{ | |
string[] lines1 = { "1", "2", "1" }; | |
string[] lines2 = { "3", "2" }; |
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
using System; | |
using System.Collections.Generic; | |
namespace CLa | |
{ | |
class Program | |
{ | |
static void Main() | |
{ | |
const string AddEmployeeCommand = "1"; |
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
using System; | |
using System.Collections.Generic; | |
namespace CLa | |
{ | |
class Program | |
{ | |
static void Main() | |
{ | |
const string AddEmployeeCommand = "1"; |
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
using System; | |
using System.Collections.Generic; | |
namespace CLa | |
{ | |
class Program | |
{ | |
static void Main() | |
{ | |
const string AddEmployeeCommand = "1"; |
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
using System; | |
namespace CLa | |
{ | |
class Program | |
{ | |
static void Main() | |
{ | |
string[] lines1 = { "1", "2", "1" }; | |
string[] lines2 = { "3", "2" }; |
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
using System; | |
namespace CLa | |
{ | |
class Program | |
{ | |
static void Main() | |
{ | |
const string AddEmployeeCommand = "1"; | |
const string ShowAllFileCommand = "2"; |
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
using System; | |
namespace CLa | |
{ | |
class Program | |
{ | |
static void Main() | |
{ | |
const string AddEmployeeCommand = "1"; | |
const string ShowAllFileCommand = "2"; |
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
using System; | |
namespace CLa | |
{ | |
class Program | |
{ | |
static void Main() | |
{ | |
const string ShowSumNumbersCommand = "sum"; | |
const string ExitCommand = "exit"; |
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
using System; | |
namespace CLa | |
{ | |
class Program | |
{ | |
static void Main() | |
{ | |
const string ShowSumNumbersCommand = "sum"; | |
const string ExitCommand = "exit"; |
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
using System; | |
namespace CLa | |
{ | |
class Program | |
{ | |
static void Main() | |
{ | |
const string ShowSumNumbersCommand = "sum"; | |
const string ExitCommand = "exit"; |
NewerOlder