# This is just an example.

By [Untitled](https://paragraph.com/@0x48f628228f6935c2a9229fccbc60c758260d94f7) · 2021-12-06

---

Test title H2.
--------------

Hello world.

    contract MySmartContract {
      string public message;
    
      function setMessage(string memory _message) public {
        message = _message;
      }
    }

---

*Originally published on [Untitled](https://paragraph.com/@0x48f628228f6935c2a9229fccbc60c758260d94f7/this-is-just-an-example)*
