Skip to content

Instantly share code, notes, and snippets.

View Dione-b's full-sized avatar
:octocat:
Web3

Dione Bastos Dione-b

:octocat:
Web3
View GitHub Profile
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.7;
contract CrudSimples {
struct Pessoa {
string name;
uint8 idade;
uint id;