mirror of
https://github.com/appium/appium.git
synced 2026-01-19 00:29:52 -06:00
13 lines
168 B
C#
13 lines
168 B
C#
using System;
|
|
|
|
namespace AppiumDriverDemo
|
|
{
|
|
class MainClass
|
|
{
|
|
public static void Main (string[] args)
|
|
{
|
|
Console.WriteLine ("Run the unit tests!");
|
|
}
|
|
}
|
|
}
|