Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CXX = g++ CXXFLAGS = -Wall -Wextra -std=c++17

TARGET = phonebook

SRC = main.cpp HashTable.cpp

all: $(CXX) $(CXXFLAGS) $(SRC) -o $(TARGET)

run: ./$(TARGET)

clean: rm -f $(TARGET)

About

Phonebook application implemented with hash tables in C++

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages