Skip to content
This repository has been archived by the owner on Mar 22, 2022. It is now read-only.

Commit

Permalink
deleted project
Browse files Browse the repository at this point in the history
  • Loading branch information
tbhaxor committed Oct 1, 2018
1 parent fdfc4ca commit bfc6781
Show file tree
Hide file tree
Showing 33 changed files with 26 additions and 20,801 deletions.
4 changes: 0 additions & 4 deletions .PROJECTS/HTML_AND_JAVASCRIPT.md

This file was deleted.

26 changes: 26 additions & 0 deletions C/MEDICAL_STORE/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Medical Store
A medical store application written in C with the capacity of

# Requirements
+ gcc v5+ installed

# How to Run
+ Change the `medicalstore.h` file
```cpp
// CONFIG
#define NAME "JAPSIMRAN"
#define INSTITUTION "CGC"
#define SUBMITTED_TO "Mr. Amit Verma"
```
+ Building the program
```
$ gcc medicalstore.c -o program
```

+ Running the program
```
$ program
```

**Note :** If you are on windows os then add `gcc.exe` to the enviroment path variable before compiling the program
Loading

0 comments on commit bfc6781

Please sign in to comment.