Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 185 Bytes

README.md

File metadata and controls

8 lines (8 loc) · 185 Bytes

Hello World Example

A Go program basically consists of the following parts −

  • Package Declaration
  • Import Packages
  • Functions
  • Variables
  • Statements and Expressions
  • Comments