Skip to content

lusavova/codingchallenges

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Coding Challenges

This repository contains solutions to various challenges from Coding Challenges.

A command-line tool thhat count lines, words, bytes and chas in a file or standard input.

Build and Run The Project

Prerequisites:

  • Make sure Go is installed.
  1. Navigate to directory:
cd wc
  1. Build the Executable:
go build -o ccwc
  1. Run the Executable:
./ccwc -l -w test.txt

OR

  cat test.txt | ./ccwc

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published