9 lines
73 B
C++
9 lines
73 B
C++
#ifndef STRING_H
|
|
#define STRING_H
|
|
|
|
class String
|
|
{
|
|
};
|
|
|
|
#endif // STRING_H
|