First Solidity Program: Hello World
March 9th, 2023

The license identifier indicates the license of the file. 3. line shows the compiler version of the file. ^ means it can be compiled with 0.8.13 or newer versions.

The contract is equivalent to class in other languages.

All functions must indicate return types if it is returning something.

Memory keyword will be discussed in future topics

Subscribe to Yusuf.dev
Receive the latest updates directly to your inbox.
Mint this entry as an NFT to add it to your collection.
Verification
This entry has been permanently stored onchain and signed by its creator.
More from Yusuf.dev

Skeleton

Skeleton

Skeleton