Last active
August 29, 2015 14:16
-
-
Save wennycooper/43b4763953a3821475c1 to your computer and use it in GitHub Desktop.
第一次測試Gist
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| main() | |
| { | |
| printf("HelloWorld\n"); | |
| //增加一行試試看 | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| main() | |
| { | |
| printf("HelloWorld\n"); | |
| } | |
| func1() | |
| { | |
| //here I add one more line | |
| } |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
很好用!!