# HolaMundo.sol **Published by:** [AlanDev.lens](https://paragraph.com/@alandev-lens/) **Published on:** 2022-09-01 **URL:** https://paragraph.com/@alandev-lens/holamundo-sol ## Content // SPDX-License-Identifier: GPL-3.0 pragma solidity >=0.7.0 <0.9.0; contract HelloWorld { string public greet = "Hello World!"; } ## Publication Information - [AlanDev.lens](https://paragraph.com/@alandev-lens/): Publication homepage - [All Posts](https://paragraph.com/@alandev-lens/): More posts from this publication - [RSS Feed](https://api.paragraph.com/blogs/rss/@alandev-lens): Subscribe to updates - [Twitter](https://twitter.com/AlanDev99): Follow on Twitter