Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 628 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 628 Bytes

Magic Calculator

Final project for Fcode C Training.

Magic Calculator is a C program that can solve all operations by one line. Image

Guide

Image

Requirement

  • GCC 4.9.0 and up.
  • If got errors, please run with -std=c99 .

Installation

git clone https://github.com/bkdev98/magic-calculator
cd magic-calculator
gcc-5.4.0 -o mcalc main.c
./mcalc

Creators

Made with all love in the world by bkdev, nqk & khanh98.

Specially thanks to FCode!