remove unneeded files

This commit is contained in:
emily 2023-11-08 13:48:45 +01:00
parent ce70beb469
commit d462c36618
2 changed files with 0 additions and 11 deletions

View File

@ -1,5 +0,0 @@
#include "sample.h"
int add(int left, int right) {
return left + right;
}

View File

@ -1,6 +0,0 @@
#ifndef SAMPLE_H
#define SAMPLE_H
int add(int left, int right);
#endif //SAMPLE_H