This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
18870076712
/
s202226701008
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
b68e21bad2
Rami (Branch)
Tag
main
master
s202226701008
/
add.js
add.js
79 B
Cronologia
Originale
1
2
3
4
5
6
let x = 1;
let y = 2;
let z = x+y
console.log(x)
console.log(y)
console.log(z)