Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 214 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 214 Bytes

Alphatest

First test in Github

echo "# Alphatest" >> README.md git init git add README.md git commit -m "first commit" git remote add origin https://github.com/wavecero/Alphatest.git git push -u origin master