From dbcebe1def5c355120c61b575390d1d9ac355f67 Mon Sep 17 00:00:00 2001 From: Jinwei Zhao Date: Sat, 19 Dec 2015 22:24:42 +0900 Subject: clear up --- Code/Blocks/syntax/index.html | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 Code/Blocks/syntax/index.html (limited to 'Code/Blocks/syntax/index.html') diff --git a/Code/Blocks/syntax/index.html b/Code/Blocks/syntax/index.html deleted file mode 100644 index 5d8d56d..0000000 --- a/Code/Blocks/syntax/index.html +++ /dev/null @@ -1,24 +0,0 @@ - - - - - Hello SyntaxHighlighter - - - - - - - - -

Hello SyntaxHighlighter

-
-#include "stdio.h"
-int main()
-{
-	printf("Hello\n");
-    return 0;
-}
-
- - -- cgit v1.2.3