vive la révolution !!

This commit is contained in:
Breval Ferrari 2024-06-06 21:51:01 +02:00
parent 13b6effb91
commit 027af2d36e
No known key found for this signature in database
GPG key ID: CEAB625B75A836B2
10 changed files with 42 additions and 207 deletions

17
bent.wsd Normal file
View file

@ -0,0 +1,17 @@
@startuml "bingus"
title "Project organization"
package bong
note bottom
cli bin
endnote
package bingus
note bottom
core lib
endnote
package bent
note bottom
gui bin
endnote
bong -> bingus
bingus <- bent
@enduml