Initial commit from template
This commit is contained in:
11
.stackclass/run.sh
Executable file
11
.stackclass/run.sh
Executable 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-voting-program "$@"
|
||||
Reference in New Issue
Block a user