Skip to content

Instantly share code, notes, and snippets.

@wkjung0624
wkjung0624 / 0803.sol
Created August 18, 2021 05:45
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.8.4+commit.c7e474f2.js&optimize=false&runs=200&gist=
pragma solidity 0.8.6;
contract test{
string fName;
uint age;
event Instructor(
string name,
uint age);
@wkjung0624
wkjung0624 / 0803.sol
Created August 18, 2021 05:44
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.8.4+commit.c7e474f2.js&optimize=false&runs=200&gist=
pragma solidity 0.8.6;
contract test{
string fName;
uint age;
event Instructor(
string name,
uint age);