Hello World by Bramante - - | Comments 第一次寫Markdown, 哈哈 ~ Hello World1 2 3 4 5 6 #include <stdio.h> int main(void) { printf("Hello World\n"); } Test 1 2 3 4 5 6 7 8 #include <stdio.h> int main(void) { printf("Test !!\n"); } Comments Please enable JavaScript to view the comments powered by Disqus.