Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 298 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 298 Bytes

practice go

hello world

simple output of hello world text

variables

how to play around with variables

functions

how to play around with functions

  • simple functions

  • return types

  • functions with variable arguments

  • anonymous functions

  • recurssion ( functions that call itself)