4 lines
73 B
C++
4 lines
73 B
C++
|
#include "univers.hpp"
|
||
|
|
||
|
Univers::Univers(int m, int n): _m(m), _n(n) { }
|