From 5f9adbf56b8dd9d2bc3c83b52eeb4073f7464455 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Mon, 7 Oct 2024 11:00:04 +0200 Subject: Initial commit --- sum.h | 1 + 1 file changed, 1 insertion(+) create mode 100644 sum.h (limited to 'sum.h') diff --git a/sum.h b/sum.h new file mode 100644 index 0000000..3813423 --- /dev/null +++ b/sum.h @@ -0,0 +1 @@ +int sum(int, int); -- cgit v1.3