mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Update abi-spec.rst
This commit is contained in:
parent
37e18612c5
commit
b9930b1390
@ -1,4 +1,11 @@
|
||||
.. index:: abi, application binary interface
|
||||
// SPDX-License-Identifier: MIT
|
||||
pragma solidity >=0.6.0 <0.9.0;
|
||||
|
||||
contract HelloWorld {
|
||||
function helloWorld() external pure returns (string memory) {
|
||||
return "Hello, World!";
|
||||
}
|
||||
}.. index:: abi, application binary interface
|
||||
|
||||
.. _ABI:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user