index
:
code_golf.git
main
A code golf leaderboard for Campersand 2026
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
database
/
sql
/
insert_problem.sql
blob: b5997bd69c792f889b4e4f3e2b069baf2a9524ea (
plain
)
1
INSERT INTO problem (title, description) VALUES (?1, ?2) RETURNING id;