study/gist
gist로 블로그에 소스코드 삽입 테스트
givingsheart
2014. 6. 20. 15:33
블로그에 소스코드 올리기 테스트 Gist
출처
http://hanmomhanda.tistory.com/3
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
var function A(){ | |
console.log("say hello!"); | |
} |