Skip to content

ingmarfjolla/335Project1-C-11Training

Repository files navigation

You will use this exact Makefile for your Homework 1.
Failure to do so will result in deduction of points.

To compile on terminal type
  make clean
  make all

To delete executables and object file type
  make clean

To run:

./test_points2

^^In that case you will provide input from standard input.

To run with a given file that is redirected to standard input:

./test_points2 < test_input_file.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published