Programming Assignment 1
CS 51520
Operating Systems
Spring, 2019

Use Rust to solve this programming assignment. Write a filter.rs program that does exactly what the filter.c program described in the assignment should do. In the zip file for the assignment there is a source.c (and source.exe) program that you can use as a source of test data. You don't need to modify that program; it works just as well as source data for a Rust program as for a C program.

Here is some information about using Rust with formatted output, command-line arguments, and environment variables.

Turn in a zip file called CS51520Hw1Surname.zip (where Surname is your last name) containing your version of filter.rs.

This assignment is due Monday, February 11.