From 80255411ee7040e0cebbf6b05d2ce323f6f2596e Mon Sep 17 00:00:00 2001 From: JinweiClarkChao Date: Fri, 22 Aug 2014 17:23:02 +0800 Subject: backup --- Back/Blocks/syntax/index.html | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Back/Blocks/syntax/index.html (limited to 'Back/Blocks/syntax/index.html') diff --git a/Back/Blocks/syntax/index.html b/Back/Blocks/syntax/index.html new file mode 100644 index 0000000..5d8d56d --- /dev/null +++ b/Back/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