From 06f123979f556679309a4fefd9b4ae2a93ae3ac9 Mon Sep 17 00:00:00 2001 From: codingwolfman Date: Sun, 15 Oct 2017 21:03:21 +0800 Subject: [PATCH] Create hello MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 写下在Github上的第一行代码,勉强算是代码 --- hello | 1 + 1 file changed, 1 insertion(+) create mode 100644 hello diff --git a/hello b/hello new file mode 100644 index 0000000..fd14354 --- /dev/null +++ b/hello @@ -0,0 +1 @@ +hello,this is my first line of code on github