feat: change project structure

This commit is contained in:
rvcas
2022-10-24 00:03:02 -04:00
committed by Lucas
parent 825783ca61
commit a41d05f7b6
4 changed files with 21 additions and 6 deletions

View File

@@ -1,7 +0,0 @@
pub type ScriptContext {
idk: Int
}
pub fn append(a: ByteArray, b: ByteArray) -> ByteArray {
todo
}