project for 2035

Dependencies:   mbed wave_player 4DGL-uLCD-SE MMA8452

Revision:
9:c9d6eda597b0
Parent:
8:2e18a96e0c77
--- a/hash_table.h	Tue Nov 24 12:35:16 2020 +0000
+++ b/hash_table.h	Tue Nov 24 22:25:57 2020 +0000
@@ -1,10 +1,8 @@
-//=================================================================
 // Copyright 2020 Georgia Tech.  All rights reserved.
 // The materials provided by the instructor in this course are for
 // the use of the students currently enrolled in the course.
 // Copyrighted course materials may not be further disseminated.
 // This file must not be made publicly available anywhere.
-//=================================================================
 
 /****************************************************************************
  * Include guards
@@ -132,4 +130,4 @@
  */
 void deleteItem(HashTable* myHashTable, unsigned int key);
 
-#endif
+#endif
\ No newline at end of file