summaryrefslogtreecommitdiff
path: root/hello.c
diff options
context:
space:
mode:
Diffstat (limited to 'hello.c')
-rw-r--r--hello.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/hello.c b/hello.c
deleted file mode 100644
index 09d79ce..0000000
--- a/hello.c
+++ /dev/null
@@ -1,3 +0,0 @@
-int Add(int a, int b) {
- return a + b;
-}