Skip to content

LaraEvdokimova/github-for-Csharp-developer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

github-for-Csharp-developer

automation testing on .NET C# // Template

using System;

public class Program

{

public static void Main(string[] args)

{
    ArrayProcessor processor = new ArrayProcessor();
    
    processor.SwapMinMax();
    
}

}

public class ArrayProcessor

{

public void SwapMinMax()

{

    // здесь ваш код
    
}

}

About

automation testing on .NET C#

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published