Leetcode practice  0.0
basic.h
Go to the documentation of this file.
1 #ifndef ARRAY_BASIC_H_
2 #define ARRAY_BASIC_H_
3 
4 class Basic_Type{
5  private:
6  public:
7  void defined_data_types();
8 };
9 
10 #endif /* ARRAY_BASIC_H_ */
void defined_data_types()
Definition: basic.cpp:8
Definition: basic.h:4