Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Once successfully installed, please refer to the examples on how to write CnC-Scala programs. The two simplest examples to get started are:

  •  Partition String: finds the odd length repeating fragments from the input string Find Primes: finds all odd numbers which are primes up to the given input
  •  Partition String: finds the odd length repeating fragments from the input string

These are steps required to write a CnC-Scala program from scratch:

...