reflexion sur les conversions binaires

This commit is contained in:
Hugo LAMY
2022-02-09 22:48:44 +01:00
parent a653ad05a9
commit 57663f5285
4 changed files with 270 additions and 0 deletions

9
d02/ex00/main.cpp Normal file
View File

@@ -0,0 +1,9 @@
#include "Fixed.hpp"
int main() {
return 0;
}