Create Solidity

Add skeleton for proposed language to be added
pull/21/head
WizardOfAus 6 years ago committed by GitHub
parent 66250bb45e
commit c380df46c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,5 @@
# Solidity is a contract-oriented, high-level language for implementing smart contracts.
# It is designed to target the Ethereum Virtual Machine (EVM).
# To create a contract, declare which solidity version the source code is written for
pragma solidity ^0.4.0;
Loading…
Cancel
Save