From 61d44c633ad37e72f70d4dd3256c76600664380e Mon Sep 17 00:00:00 2001
From: Ramakrishnan Muthukrishnan <vu3rdd@gmail.com>
Date: Tue, 23 Mar 2010 00:50:34 +0530
Subject: [PATCH] renaming to ch1_1 to reflect chapter and section

---
 ch1/{square.clj => ch1_1.clj} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename ch1/{square.clj => ch1_1.clj} (86%)

diff --git a/ch1/square.clj b/ch1/ch1_1.clj
similarity index 86%
rename from ch1/square.clj
rename to ch1/ch1_1.clj
index 5671487..a0a00a7 100644
--- a/ch1/square.clj
+++ b/ch1/ch1_1.clj
@@ -1,4 +1,4 @@
-(ns sicp-clj.ch1)
+(ns sicp.ch1.ch1_1)
 
 (defn square [x] (* x x))
 
-- 
2.45.2