From e8d9017938cd020bcf62c359da0a531c984239b2 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 24 Feb 2020 02:27:40 -0300 Subject: Remove tmp/ --- tmp/add.c | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 tmp/add.c (limited to 'tmp/add.c') diff --git a/tmp/add.c b/tmp/add.c deleted file mode 100644 index 99267ed..0000000 --- a/tmp/add.c +++ /dev/null @@ -1,13 +0,0 @@ -#include "api.h" - -int add(int a, int b) { - return a * a + b; -} - -void persistInt(int n) { - platformDependentPersistInt(n); -} - -int retrieveInt() { - return platformDependentRetrieveInt(); -} -- cgit v1.2.3