mirror of
https://git.roussel.pro/telecom-paris/pact.git
synced 2026-02-09 02:20:17 +01:00
44 lines
481 B
Plaintext
44 lines
481 B
Plaintext
=== 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
|