├── .gitignore ├── README.md └── full-scope-developer.md /.gitignore: -------------------------------------------------------------------------------- 1 | 2 | .idea/ 3 | 4 | .iml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GT-Corp/programming-practice/HEAD/README.md -------------------------------------------------------------------------------- /full-scope-developer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GT-Corp/programming-practice/HEAD/full-scope-developer.md --------------------------------------------------------------------------------