Squelette de Rapport et README

This commit is contained in:
PACT
2022-09-22 14:17:23 +02:00
committed by TG
parent b06bd558b7
commit 5ce5c7e5e1
26 changed files with 947 additions and 0 deletions

View File

@@ -0,0 +1,43 @@
=== Module X
==== Descriptions
[source,cpp]
----
#include <iostream>
using namespace std;
class M
{
public:
void hello()
{
cout << "hello" << endl;
}
};
int main()
{
M m;
m.hello();
return 0;
}
----
[source,c]
----
include::code/test.c[]
----
Et l'équation:
[latexmath]
++++
A \in \mathcal{M}_{u,k}(\mathbb{R}) et B \in \mathcal{M}_{k,f}(\mathbb{R})
++++
==== Avancement
==== Bibliographie spécifique