keisyd / WikTED

Um trabalho de ED

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WikTED

(c) 2020 @KeisyNKK,

Objective

Use data structures as Linked Lists to build a one time open-collaborative online encyclopedia.

The code reads a input file, build the infraestructure and print/ create the necessary files

Functionality

It does what the specfications require such as adding editors, pages, links and colaborative text.

How to run

Open the project folder in the terminal and type

git clone https://github.com/KeisyNKK/WikTED.git

Compile it (download MinGW if on Windows) with

gcc ./*c ./lib/*.c ./client/*.c -o WikTED

Run on LINUX

./WikTED.out entrada.txt

Run on Windows

WikTED.out entrada.txt

"sua mae"

About

Um trabalho de ED


Languages

Language:C 100.0%