Initial commit from template

This commit is contained in:
StackClass
2025-12-31 03:33:58 +00:00
commit f15547dc06
17 changed files with 4499 additions and 0 deletions

11
.stackclass/run.sh Normal file
View File

@@ -0,0 +1,11 @@
#!/bin/sh
#
# This script is used to run your program on StackClass
#
# This runs after .stackclass/compile.sh
#
# Learn more: https://docs.stackclass.dev/challenges/program-interface
set -e # Exit on failure
exec target/release/stackclass-solana-lending-program "$@"