Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
lihongmi committed Oct 9, 2017
1 parent 9746a1b commit 7c39e87
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions code/0103node的第一个demo/app.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
var a=6;
var b=1;

var c=a+b;

console.log(c);

0 comments on commit 7c39e87

Please sign in to comment.