Commit 06995354 authored by Ivaylo Ivanov's avatar Ivaylo Ivanov

Initial commit

parents
.vscode/
\ No newline at end of file
This project contains some basic UNIX command line tools I had to do for TU.
Currently the toolset is ther following:
* mygrep - a simplified version of grep
Feel free to read the descriptions for each tool.
\ No newline at end of file
#include <stdio.h>
void main() {
printf("Hello, World!");
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment