Skip to content

Gleb-Shall/AIDS_hw1_ASCII85

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

AIDS_hw1_ASCII85

Homework:

Implementation of the ASCII85 decoder and encoder

Author

Шикунов Глеб Александрович, группа 24.Б81-мм

Contacts

st128274@student.spbu.ru

Description

The ASCII85 (base85) decoder and encoder

$ ascii85    # читает байты из STDIN и выдаёт ASCII85 в STDOUT
$ ascii85 -e # то же самое
$ ascii85 -d # читает ASCII85 из STDIN и выдаёт байты в STDOUT; при ощбке завершается с код

Build

make

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors