remove tmp folder

This commit is contained in:
collin 2020-06-15 18:27:53 -07:00
parent cc39e8241e
commit 17e241ae41
4 changed files with 0 additions and 15 deletions

2
tmp/.gitignore vendored
View File

@ -1,2 +0,0 @@
/output
/.leo

View File

@ -1,3 +0,0 @@
[package]
name = "tmp"
version = "0.1.0"

View File

@ -1 +0,0 @@
[main]

View File

@ -1,9 +0,0 @@
function test(p: public bool) {
}
// The 'pedersen_hash' main function.
function main() {
let a = true;
test(a);
}