mirror of
https://github.com/AleoHQ/leo.git
synced 2024-11-29 22:36:05 +03:00
Remove the test folder
This commit is contained in:
parent
c1243a2e74
commit
a262622f60
1
examples/test/.gitignore
vendored
1
examples/test/.gitignore
vendored
@ -1 +0,0 @@
|
||||
outputs/
|
@ -1,3 +0,0 @@
|
||||
[package]
|
||||
name = "test"
|
||||
version = "0.1.0"
|
@ -1,4 +0,0 @@
|
||||
// The program inputs for test/src/main.leo
|
||||
[main]
|
||||
a: u32 = 1;
|
||||
b: u32 = 2;
|
@ -1,5 +0,0 @@
|
||||
// The 'test' main function.
|
||||
function main(a: u32, b: u32) -> u32 {
|
||||
let c: u32 = a + b;
|
||||
return c
|
||||
}
|
Loading…
Reference in New Issue
Block a user