mirror of
https://github.com/AleoHQ/leo.git
synced 2024-12-03 13:35:07 +03:00
remove tmp folder
This commit is contained in:
parent
cc39e8241e
commit
17e241ae41
2
tmp/.gitignore
vendored
2
tmp/.gitignore
vendored
@ -1,2 +0,0 @@
|
||||
/output
|
||||
/.leo
|
@ -1,3 +0,0 @@
|
||||
[package]
|
||||
name = "tmp"
|
||||
version = "0.1.0"
|
@ -1 +0,0 @@
|
||||
[main]
|
@ -1,9 +0,0 @@
|
||||
function test(p: public bool) {
|
||||
|
||||
}
|
||||
|
||||
// The 'pedersen_hash' main function.
|
||||
function main() {
|
||||
let a = true;
|
||||
test(a);
|
||||
}
|
Loading…
Reference in New Issue
Block a user