11 lines
137 B
C++
11 lines
137 B
C++
//
|
|
// Created by Brady Bodily on 2/29/20.
|
|
//
|
|
|
|
#ifndef UNTITLED_TEST_H
|
|
#define UNTITLED_TEST_H
|
|
|
|
class test {};
|
|
|
|
#endif // UNTITLED_TEST_H
|