Skip to content

A simple program that count number of times ASCII characters appear in given files

Notifications You must be signed in to change notification settings

Chiogros/ASCII-counter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

ASCII-counter

A simple program that count number of times ASCII characters appear in given files

To compile :

$ gcc ASCII_counter.c -o ASCII_counter

How to use :

$ ./ASCII_counter path/to/file1 path/to/file2 path/to/fileX

About

A simple program that count number of times ASCII characters appear in given files

Topics

Resources

Stars

Watchers

Forks

Languages