This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
登録
サインイン
0225186
/
zhengyuhao-0225186
ウォッチ
1
スター
0
フォーク
0
ファイル
課題
0
プルリクエスト
0
Wiki
ツリー:
2c9d789bce
ブランチ
タグ
master
zhengyuhao-0225...
/
心语AI-SHOWCASE
/
demo-npm
/
index.js
index.js
83 B
履歴
Raw
1
2
3
4
5
6
7
8
console.log("hello world")
let x = 11
let y = 22
let z = x+y
console.log(x,y,z)