Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 619 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 619 Bytes

grenSamples

Some tiny samples to learn the basics of gren.

SimpleProgramIO

Input of name and output of greeting

Subjects: Node.simpleProgram, IO with Stream, chaining Tasks

Print

Hello World

Subjects: Node.Program

ReadAndPrint

Input of name. Greeting with "Hi name"

Subjects: Reading with Stream

Guess

"Guess the number" game.

Subjects: Chaining IO, Generating Random Int

CalcGame

You have to solve very simple questions (addition of two number), but the remaining time decreases with every question.

Subjects: IO and subscriptions, Generating bit more complex random stuff (Pair of numbers)