diff options
author | EuAndreh <eu@euandre.org> | 2020-02-24 02:27:40 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-02-24 02:27:40 -0300 |
commit | e8d9017938cd020bcf62c359da0a531c984239b2 (patch) | |
tree | 6c17cdb6f65b2cb27d5ddb3e7e96c3b724804519 /tmp/add.h | |
parent | Move draft posts to _drafts (diff) | |
download | euandre.org-e8d9017938cd020bcf62c359da0a531c984239b2.tar.gz euandre.org-e8d9017938cd020bcf62c359da0a531c984239b2.tar.xz |
Remove tmp/
Diffstat (limited to 'tmp/add.h')
-rw-r--r-- | tmp/add.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tmp/add.h b/tmp/add.h deleted file mode 100644 index 54c0712..0000000 --- a/tmp/add.h +++ /dev/null @@ -1,3 +0,0 @@ -int add(int a, int b); -void persistInt(int n); -int retrieveInt(); |