├── .github ├── footer_4noobs.svg ├── fsharp.svg └── header_4noobs.svg ├── README.md └── conteudos ├── 00-Introdução ├── 00-O_que_é_F#.md ├── 01-Instalação_e_Ambiente.md └── 02-Hello_World.md └── 01-Conceitos_Básicos └── 00-Variáveis.md /.github/footer_4noobs.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thyvini/FSharp4Noobs/HEAD/.github/footer_4noobs.svg -------------------------------------------------------------------------------- /.github/fsharp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thyvini/FSharp4Noobs/HEAD/.github/fsharp.svg -------------------------------------------------------------------------------- /.github/header_4noobs.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thyvini/FSharp4Noobs/HEAD/.github/header_4noobs.svg -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thyvini/FSharp4Noobs/HEAD/README.md -------------------------------------------------------------------------------- /conteudos/00-Introdução/00-O_que_é_F#.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thyvini/FSharp4Noobs/HEAD/conteudos/00-Introdução/00-O_que_é_F#.md -------------------------------------------------------------------------------- /conteudos/00-Introdução/01-Instalação_e_Ambiente.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thyvini/FSharp4Noobs/HEAD/conteudos/00-Introdução/01-Instalação_e_Ambiente.md -------------------------------------------------------------------------------- /conteudos/00-Introdução/02-Hello_World.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thyvini/FSharp4Noobs/HEAD/conteudos/00-Introdução/02-Hello_World.md -------------------------------------------------------------------------------- /conteudos/01-Conceitos_Básicos/00-Variáveis.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thyvini/FSharp4Noobs/HEAD/conteudos/01-Conceitos_Básicos/00-Variáveis.md --------------------------------------------------------------------------------