• This project
    • Loading...
  • Sign in

I_Jemin / Node-Study

%ea%b7%b8%eb%a6%bc1
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • Node-Study
  • node-app
  • index.js
  • I_Jemin's avatar
    Publishing package · f6406692
    f6406692 Browse Files
    I_Jemin authored 2018-03-22 22:57:32 +0900
index.js 96 Bytes
Raw Blame History Permalink
1 2 3
var lion = require('lion-lib-just-hello-npm');
var result = lion.add(1,2);
console.log(result);