yep
This commit is contained in:
Lily Blanleuil 2025-03-11 09:25:00 +01:00
commit 3481dd9840
Signed by untrusted user who does not match committer: lilymonade
GPG Key ID: F8967EC454DBDCB6
5 changed files with 22 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
target/

8
practical.yml Normal file
View File

@ -0,0 +1,8 @@
language: "rust"
name: "strings internals"
subject: "subject_text"
source: "subject_source"
tag_every: "2min"
file_check_ignore: []
to_copy:
exercises:

7
subject_source/Cargo.lock generated Normal file
View File

@ -0,0 +1,7 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4
[[package]]
name = "subject_source"
version = "0.1.0"

View File

@ -0,0 +1,6 @@
[package]
name = "subject_source"
version = "0.1.0"
edition = "2021"
[dependencies]

View File