exercism / c

Exercism exercises in C.
https://exercism.org/tracks/c
MIT License
292 stars 182 forks source link

[v3] Implement new Concept Exercise: basics #586

Open wolf99 opened 4 years ago

wolf99 commented 4 years ago

This issue describes how to implement the <SLUG> concept exercise for the track.

Getting started

Please please please read the docs before starting. Posting PRs without reading these docs will be a lot more frustrating for you during the review cycle, and exhaust Exercism's maintainers' time. So, before diving into the implementation, please read up on the following documents:

Please also watch the following video:

Goal

The goal of this exercise is to teach the student basic concepts of the C++ language.

Learning objectives

Out of scope

Concepts

Prerequisites

There are no prerequisites.

Resources to refer to

Hints

After

Representer

Analyzer

Implementing

To implement this exercise, please follow these instructions

Help

If you have any questions while implementing the exercise, please post the questions as comments in this issue.

kana800 commented 3 years ago

@wolf99 can start working on some concepts?

wolf99 commented 3 years ago

Hi @kana800 Please do! This is the first concept exercise Basics. Maybe take a look at the other language tracks to see how they have created such a concept exercise.