Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 259 Bytes

template.md

File metadata and controls

19 lines (14 loc) · 259 Bytes
title actions material
Data Types
checkAnswer
hints
editor
language startingCode answer
sol

Solidity's code is encapsulated in contracts. A contract is basically...

contract HelloWorld

Put it to the test