This website works better with JavaScript.
Home
Explore
Help
Sign In
piumarta
/
javascrypt
mirror of
https://github.com/mtardy/javascrypt.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
1
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
153
Commits
1
Branch
1.9 MiB
C
94.9%
Shell
3.2%
Makefile
1%
Dockerfile
0.9%
Tree:
a1bc3ba26b
master
v0.0.1
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'a1bc3ba26b'
${ noResults }
javascrypt
/
test-module.txt
5 lines
45 B
Raw
Blame
History
var pi = 3
fun sum(a, b) {
return a+b;
}