From c125be53ddeba930fa35771e828b384c1870b159 Mon Sep 17 00:00:00 2001 From: Kolan Sh Date: Tue, 13 Dec 2016 20:56:26 +0300 Subject: [PATCH] gtk->c --- {gtk/hello_world => c/gtk_hello_world}/build.sh | 0 {gtk/hello_world => c/gtk_hello_world}/hello_world | Bin .../hello_world => c/gtk_hello_world}/hello_world.c | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename {gtk/hello_world => c/gtk_hello_world}/build.sh (100%) rename {gtk/hello_world => c/gtk_hello_world}/hello_world (100%) rename {gtk/hello_world => c/gtk_hello_world}/hello_world.c (100%) diff --git a/gtk/hello_world/build.sh b/c/gtk_hello_world/build.sh similarity index 100% rename from gtk/hello_world/build.sh rename to c/gtk_hello_world/build.sh diff --git a/gtk/hello_world/hello_world b/c/gtk_hello_world/hello_world similarity index 100% rename from gtk/hello_world/hello_world rename to c/gtk_hello_world/hello_world diff --git a/gtk/hello_world/hello_world.c b/c/gtk_hello_world/hello_world.c similarity index 100% rename from gtk/hello_world/hello_world.c rename to c/gtk_hello_world/hello_world.c