├── solve.txt ├── README.md ├── simplicity.txt └── programmer.txt /solve.txt: -------------------------------------------------------------------------------- 1 | "First, solve the problem. Then, write the code." – John Johnson -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # gitflow-practice 2 | This repo was created only to practice Gitflow 3 | -------------------------------------------------------------------------------- /simplicity.txt: -------------------------------------------------------------------------------- 1 | "Nature is pleased with simplicity. And nature is no dummy." - Isaac Newton 2 | "Simplicity is the soul of efficiency." - Austin Freeman 3 | -------------------------------------------------------------------------------- /programmer.txt: -------------------------------------------------------------------------------- 1 | "A good programmer is someone who always looks both ways before crosing a one-way street." Doug Linder 2 | "A good programmer is someone who always looks both ways before crossing a one-way street." 3 | --------------------------------------------------------------------------------