From 31fb10f393fbfd4d7adf528ec70624d2b8d247a8 Mon Sep 17 00:00:00 2001 From: JinweiClarkChao Date: Thu, 20 Feb 2014 12:50:15 +0800 Subject: Six Blocks Version --- Blocks/syntax/index.html | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Blocks/syntax/index.html (limited to 'Blocks/syntax/index.html') diff --git a/Blocks/syntax/index.html b/Blocks/syntax/index.html new file mode 100644 index 0000000..5d8d56d --- /dev/null +++ b/Blocks/syntax/index.html @@ -0,0 +1,24 @@ + + + + + Hello SyntaxHighlighter + + + + + + + + +

Hello SyntaxHighlighter

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