Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 545 Bytes

code_block.rst

File metadata and controls

44 lines (28 loc) · 545 Bytes

Some text

// SPDX-License-Identifier: GPL-3.0
pragma solidity >=0.7.0 <0.9.0;

contract C {
    function foo() public view {}
}

Warning

A Warning.

contract C {}

More text.

let x := add(1, 5)
// Yul code wrapped in object
{
    {
        let y := mul(3, 5)
    }
}