Skip to content

ExtraUnity/CellDestroyer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 

Repository files navigation

How to run the program using terminal (Linux):

Step 0 Navigate to src folder

Step 1 Compile -> gcc cbmp.c main.c -o main.out -std=c99

Step 2 Execute -> ./main.out <startPictureIndex (1-10)> <endPictureIndex (1-10)>

How to run the program using terminal (Windows):

Step 0 Navigate to src folder

Step 1 Compile -> gcc cbmp.c main.c -o main.exe -std=c99

Step 2 Execute -> ./main.exe <startPictureIndex (1-10)> <endPictureIndex (1-10)>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages