Initial commit of code for dopelib, and ch 1, 2, and 12
This commit is contained in:
12
devbox.json
Normal file
12
devbox.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.12.0/.schema/devbox.schema.json",
|
||||
"packages": [
|
||||
"meson@latest",
|
||||
"gcc14@latest"
|
||||
],
|
||||
"shell": {
|
||||
"init_hook": [
|
||||
"echo 'Welcome to the DSA Learning Zone!' > /dev/null"
|
||||
],
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user