Skip to content

Commit

Permalink
feat(contracts): add Coin.sol contract
Browse files Browse the repository at this point in the history
  • Loading branch information
owieth authored Aug 2, 2023
1 parent 2d62ec7 commit f620c46
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Coin.sol
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
// SPDX-License-Identifier: MIT
pragma solidity 0.8.18;


0 comments on commit f620c46

Please sign in to comment.