From 5138fe1db633915b8f44825672efc73555221b3e Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Sat, 23 May 2015 10:41:14 +0300 Subject: [PATCH] - Create a c-sandbox directory for experiences - Move the obicount tentative in the c-sandbox --- {src => c-sandbox}/obicount/Makefile | 0 {src => c-sandbox}/obicount/obicount.c | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename {src => c-sandbox}/obicount/Makefile (100%) rename {src => c-sandbox}/obicount/obicount.c (100%) diff --git a/src/obicount/Makefile b/c-sandbox/obicount/Makefile similarity index 100% rename from src/obicount/Makefile rename to c-sandbox/obicount/Makefile diff --git a/src/obicount/obicount.c b/c-sandbox/obicount/obicount.c similarity index 100% rename from src/obicount/obicount.c rename to c-sandbox/obicount/obicount.c