Skip to content

heli0dus/computer-club-DES

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

computer-club-DES

To launch the program locally

Build your program and launch it with file as argument:

go build
./computer-club-DES <input file name>

To launch inside docker container

Build docker image and run container matching local input to container space.

docker build -t computer-club .
docker run -v /local/path/to/input/file:/container/path/to/input/file computer-club /container/path/to/input/file 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published