Plover Tsai
None
2014年8月13日 星期三
A quine in node.js
var fs = require('fs');
fs.readFile(__filename, 'utf8', function(err, fileContent) {
if (err) {
console.error(err);
} else {
console.log(fileContent);
}
});
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言