prototypes + jdb

This commit is contained in:
Debucquoy Anthony 2023-02-10 15:27:45 +01:00
parent a3fcbdee3c
commit 3c7aa9ad8f
Signed by: tonitch
GPG Key ID: A78D6421F083D42E
6 changed files with 18 additions and 0 deletions

3
.gitignore vendored
View File

@ -47,3 +47,6 @@ gradle-app.setting
hs_err_pid*
replay_pid*
# Ignore Gradle build output directory
build

1
JournalDeBord/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
book

6
JournalDeBord/book.toml Normal file
View File

@ -0,0 +1,6 @@
[book]
authors = ["Anthony Debucquoy"]
language = "en"
multilingual = false
src = "src"
title = "Journal De Bord"

View File

@ -0,0 +1,3 @@
# Summary
- [First Toughts](./chapter_1.md)

View File

@ -0,0 +1,3 @@
# First Toughts
[Here will be transcribed the tought about the first reunion]

2
prototypes/README Normal file
View File

@ -0,0 +1,2 @@
Here will reside all prototypes and sub-code/algorithms
so we can have an history of attempts