From 2731c74789612c9f61752bf94fdc4b481e1608a0 Mon Sep 17 00:00:00 2001 From: Rinzii Date: Sat, 6 Apr 2024 03:16:32 -0400 Subject: [PATCH] Delete unused example file --- example/calculate_half_life_of_carbon_14.cpp | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 example/calculate_half_life_of_carbon_14.cpp diff --git a/example/calculate_half_life_of_carbon_14.cpp b/example/calculate_half_life_of_carbon_14.cpp deleted file mode 100644 index 730e47f2..00000000 --- a/example/calculate_half_life_of_carbon_14.cpp +++ /dev/null @@ -1,12 +0,0 @@ -/* - * Copyright (c) 2024-Present Ian Pike - * Copyright (c) 2024-Present ccmath contributors - * - * This library is provided under the MIT License. - * See LICENSE for more information. - */ - -int main() -{ - -}