Added the name & class. Added vscode folder to gitignore

This commit is contained in:
MarcUs7i 2025-03-18 12:28:18 +01:00
parent c0c6c206d7
commit 2c61e2daba
3 changed files with 5 additions and 4 deletions

1
.gitignore vendored
View file

@ -83,3 +83,4 @@ Temporary Items
.apdisk
# End of https://www.gitignore.io/api/c++,macos,linux
.vscode/

View file

@ -1,9 +1,9 @@
/*----------------------------------------------------------
* HTBLA-Leonding / Class: <your class>
* HTBLA-Leonding / Class: 2IHIF
* ---------------------------------------------------------
* Exercise Number: S01
* Title: Simple Singly Linked List implementation
* Author: */<your name>;/*
* Author: Marc Tismonar
* ----------------------------------------------------------
* Description:
* Implementation of a simple singly linked list.

View file

@ -1,9 +1,9 @@
/*----------------------------------------------------------
* HTBLA-Leonding / Class: <your class>
* HTBLA-Leonding / Class: 2IHIF
* ---------------------------------------------------------
* Exercise Number: S01
* Title: Simple Singly Linked List
* Author: */<your name>;/*
* Author: Marc Tismonar
* ----------------------------------------------------------
* Description:
* The declaration of a linked list abstract data type