Initial commit

This commit is contained in:
stackclass
2025-09-03 01:42:04 +00:00
commit b322926a54
11 changed files with 265 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