Initial commit

This commit is contained in:
stackclass
2025-10-12 15:00:41 +00:00
commit e5ba960f9f
17 changed files with 2181 additions and 0 deletions

11
.stackclass/compile.sh Executable file
View File

@@ -0,0 +1,11 @@
#!/bin/sh
#
# This script is used to compile your program on StackClass
#
# This runs before .stackclass/run.sh
#
# Learn more: https://docs.stackclass.dev/challenges/program-interface
set -e # Exit on failure
cargo build --release