Merge remote-tracking branch 'origin/master'

This commit is contained in:
Anton Romanov 2019-11-21 10:46:02 +04:00
commit 0ea8df6c32
2 changed files with 3 additions and 0 deletions

2
README.md Normal file
View File

@ -0,0 +1,2 @@
Selenium WebDriver example project

View File

@ -3,5 +3,6 @@ package ru.ulstu.tis;
public class Main {
public static void main(String[] args) {
System.out.println("666");
}
}