Skip to content

Commit

Permalink
Blurb for Solidity
Browse files Browse the repository at this point in the history
  • Loading branch information
kotp committed Oct 25, 2021
1 parent ae4a654 commit b7a9c0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"representer": false,
"analyzer": false
},
"blurb": "",
"blurb": "At its core, Solidity is a programming language heavily influenced by C++, Python and JavaScript. It is an object-oriented language using the Ethereum Virtual Machine, also known as *EVM*. It has ECMAScript like syntax, which makes it appear familiar to some, while it is also statically typed, with variadic return types.",
"version": 3,
"online_editor": {
"indent_style": "space",
Expand Down

0 comments on commit b7a9c0d

Please sign in to comment.