prototypes + jdb

This commit is contained in:
2023-02-10 15:27:45 +01:00
parent a3fcbdee3c
commit 3c7aa9ad8f
6 changed files with 18 additions and 0 deletions
+3
View File
@@ -47,3 +47,6 @@ gradle-app.setting
hs_err_pid*
replay_pid*
# Ignore Gradle build output directory
build
+1
View File
@@ -0,0 +1 @@
book
+6
View File
@@ -0,0 +1,6 @@
[book]
authors = ["Anthony Debucquoy"]
language = "en"
multilingual = false
src = "src"
title = "Journal De Bord"
+3
View File
@@ -0,0 +1,3 @@
# Summary
- [First Toughts](./chapter_1.md)
+3
View File
@@ -0,0 +1,3 @@
# First Toughts
[Here will be transcribed the tought about the first reunion]
+2
View File
@@ -0,0 +1,2 @@
Here will reside all prototypes and sub-code/algorithms
so we can have an history of attempts