• This project
    • Loading...
  • Sign in

developOne / harmonyPool

Go to a project
Toggle navigation
  • Projects
  • Groups
  • Snippets
  • Help
Toggle navigation pinning
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • harmonyPool
  • ..
  • utils
  • Calc.ets
  • 提交登录模块 · 087ad5f6
    087ad5f6 Browse Files
    shishuangxi authored 2024-03-18 22:19:32 +0800
Calc.ets 61 Bytes
Raw Blame History Permalink
1 2 3
export function add(a:number, b:number) {
    return a + b;
}