index
:
Projet-Algo
master
Unnamed repository; edit this file 'description' to name the repository.
Pixel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
Hash.h
blob: a8d8c1e6d51f8fe2ef2d4522e1d5be2a3eed2b54 (
plain
)
1
2
3
4
5
6
7
8
9
#ifndef __HASH_H__ #define __HASH_H__ class Hash { private: void *table; }; #endif