mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2025-12-11 20:02:09 +00:00
remove unneeded files
This commit is contained in:
parent
ce70beb469
commit
d462c36618
@ -1,5 +0,0 @@
|
|||||||
#include "sample.h"
|
|
||||||
|
|
||||||
int add(int left, int right) {
|
|
||||||
return left + right;
|
|
||||||
}
|
|
||||||
@ -1,6 +0,0 @@
|
|||||||
#ifndef SAMPLE_H
|
|
||||||
#define SAMPLE_H
|
|
||||||
|
|
||||||
int add(int left, int right);
|
|
||||||
|
|
||||||
#endif //SAMPLE_H
|
|
||||||
Loading…
Reference in New Issue
Block a user