New Project
Create a new pint project with the following command:
mkdir counter
pint new --name counter counter/contract
Our entire application is going to live in the counter directory.
The pint project will be created in the contract subdirectory.