Skip to content
Snippets Groups Projects
Commit b10c8499 authored by s78458's avatar s78458
Browse files

test2

parent 3faab812
No related branches found
No related tags found
No related merge requests found
#include "test.h"
#include "stdio.h"
test::test() {}
void test::hi() {printf("hi\n");}
......@@ -5,6 +5,7 @@ class test
{
public:
test();
void hi();
};
#endif // TEST_H
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment