inovex / academy-word-count-kata-cpp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Word Count Kata - CPP

This repository contains a basic project setup for the word count code kata.

Environment Setup

This repository is configured to work with Visual Studio Code and Development Containers.
Please make sure to have the following installed and configured:

For more information have a look at: https://code.visualstudio.com/docs/devcontainers/containers

First Part

Implement a console application to count the number of words in a text. The app shall ask for the text upon start. It shall then output the number of words found in the given text.

Example usage:

$ ./build/word-count_run
Please enter the text: Mary had a little lamb
Number of words: 5
$

Second Part

Ask your trainer / facilitator how the kata will continue.

About

License:MIT License


Languages

Language:Shell 39.1%Language:CMake 26.0%Language:C++ 18.5%Language:Dockerfile 16.5%