### Description Learn more about Solidity language :rocket: ! ### Expected behaviour - [ ] Read the solidity [introduction to smarts-contracts](https://docs.soliditylang.org/en/v0.8.17/introduction-to-smart-contracts.html) - [ ] Read the [Solidity by examples](https://docs.soliditylang.org/en/v0.8.17/solidity-by-example.html) - [ ] Create one or many contracts that implements the following `solidity concepts` to be more familiar with the langage. ([constructor](https://docs.soliditylang.org/en/v0.8.17/contracts.html#constructors), [inheritance](https://docs.soliditylang.org/en/v0.8.17/contracts.html#inheritance), [modifiers](https://docs.soliditylang.org/en/v0.8.17/contracts.html#function-modifiers), [interface](https://docs.soliditylang.org/en/v0.8.17/contracts.html#interfaces), [fallback functions](https://docs.soliditylang.org/en/v0.8.17/contracts.html#fallback-function), [call](https://solidity-by-example.org/call/), [deleguatecall](https://solidity-by-example.org/delegatecall/)) - [ ] Do the [3rd day](https://github.com/PoCInnovation/Pool2023/tree/main/P2P/day03) of the p2p pool to learn more about Foundry, the most used tool to develop ethereum contracts.
Description
Learn more about Solidity language 🚀 !
Expected behaviour
solidity conceptsto be more familiar with the langage. (constructor, inheritance, modifiers, interface, fallback functions, call, deleguatecall)