# Hello World

By [Ice Drinker Boy](https://paragraph.com/@ice-drinker-boy) · 2021-12-01

---

    pragma ^0.8.0;
    contract HelloWorld{
      function say() public pure returns(string memory){
        return "hello world, mirror.xyz";
      }
    }

---

*Originally published on [Ice Drinker Boy](https://paragraph.com/@ice-drinker-boy/hello-world)*
