Skip to content

Latest commit

 

History

History
48 lines (29 loc) · 734 Bytes

README.md

File metadata and controls

48 lines (29 loc) · 734 Bytes

Creative Cyclone

Light weight text editor for the 21st Centaury.

  • Free.
  • Built on open source.
  • Runs everywhere.

Run on system

MAC

Make sure you have make installed

sudo apt-get install build-essential

Run

cc creative.c -o creative

./creative

echo $?

make

Windows

Make sure you have wsl installed

Make sure you have linux cli installed (debian, kali)

Make sure you have make installed (on wsl)

sudo apt-get install build-essential

Run

cc creative.c -o creative

./creative

echo $?

make