C Project Template
Email Searcher

UbuntuDoxygen ActionDev

An email searcher toolbox implemented in c (See problem statement)

Final Report

Usage

  • Build main
    • make build
  • Unit testing
    • make test
  • Scoring
    • make score
  • Test for memory leak
    • make leak

Deployment

  • Create new release
  • Download the main.c for uploading.

How to use this project?

Environment

  • Linux
  • Setup ``` sudo apt-get update -y sudo apt-get install -y build-essential sudo apt-get install -y valgrind ```