Skip to content

Instantly share code, notes, and snippets.

View AbhishekTiwari07's full-sized avatar

Abhishek Tiwari AbhishekTiwari07

View GitHub Profile
@AbhishekTiwari07
AbhishekTiwari07 / exp.sol
Created October 4, 2021 00:39
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.5.17+commit.d19bba13.js&optimize=false&runs=200&gist=
// SPDX-License-Identifier: MIT
pragma solidity ^0.5.0;
contract Solidity{
address public owner;
struct Charity{
string name;
string cause;