Initial commit

This commit is contained in:
Eduardo Quiros 2019-11-04 00:30:07 -05:00 committed by Gitea
commit 897e8f88f0
2 changed files with 37 additions and 0 deletions

34
.gitignore vendored Normal file
View File

@ -0,0 +1,34 @@
# ---> C++
# Prerequisites
*.d
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
*.smod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app

3
README.md Normal file
View File

@ -0,0 +1,3 @@
# linked-lists
Small C++ program to use linked lists.