# Hello World Smart Contract **Published by:** [boomks.eth](https://paragraph.com/@boomgt/) **Published on:** 2022-05-25 **URL:** https://paragraph.com/@boomgt/hello-world-smart-contract ## Content // My First Smart Contract pragma solidity >=0.5.0 <0.7.0; contract HelloWorld { function get()public pure returns (string memory){ return 'Hello Contracts'; } } ## Publication Information - [boomks.eth](https://paragraph.com/@boomgt/): Publication homepage - [All Posts](https://paragraph.com/@boomgt/): More posts from this publication - [RSS Feed](https://api.paragraph.com/blogs/rss/@boomgt): Subscribe to updates