HTTPSERVER: Fix 2

This commit is contained in:
2024-09-21 15:30:36 -04:00
parent ab284de163
commit 28cf0f1a93
22 changed files with 410 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
#!/bin/sh
#
# This script is used to compile your program on CodeCrafters
#
# This runs before .codecrafters/run.sh
#
# Learn more: https://codecrafters.io/program-interface
set -e # Exit on failure
go build -o /tmp/codecrafters-build-sqlite-go app/*.go