Skip to content

Commit

Permalink
Moved project source code to parent dir
Browse files Browse the repository at this point in the history
  • Loading branch information
10thcode committed Aug 7, 2023
1 parent 62c4425 commit 8724fbb
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
12 changes: 11 additions & 1 deletion black_genius/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,11 @@
# Algorithmia Demo Project
# Simple Calculator
A simple calculator made with the C programming language.

## Features included
- Addition
- Subtraction
- Division
- Multiplication

## How to compile and run
gcc -o calc main.c && ./calc
4 changes: 0 additions & 4 deletions black_genius/c/README.md

This file was deleted.

File renamed without changes.
File renamed without changes.

0 comments on commit 8724fbb

Please sign in to comment.