GithubHelp home page GithubHelp logo

exercism's Introduction

Exercism

Its good for intermediate if you want to pick up new language. I feel I will only be back to this if I am unable to make new project in a new language of my choice.

Downloading

sh download.sh <language>

Listing

I mark exercises done by making adding a file called "done" in the folder of exercise. To list all exercises done, run:

# list all unsolved exercises
sh list.sh

# list language specific unsolved exercises
sh list.sh <language>

# list exercises done by language
sh list.sh <language> done

Running

Running tests depend on individual languages. Submitting them is common and straightforward.

# Assuming you are in the directory of the exercise
exercism submit

Detailed information on running tests are available in the README.md of each exercise.

Go

go test

Rust

cargo test

Python

python3.9 -m pytest -o markers=task {test_file_name}

Dart

dart test

Misc

Remove a file from all directory from git history

find . -name catch.hpp -print0 | xargs -0 git rm --ignore-unmatch --cached

exercism's People

Contributors

sarthakagrawal927 avatar sweep-ai[bot] avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.