Skip to content
Snippets Groups Projects
Commit c7d0e7b8 authored by poulpe's avatar poulpe
Browse files

Add README + struct for library .c .h

parent 59592100
No related branches found
No related tags found
No related merge requests found
# Énoncé Math
https://malaspinas.academy/mti/tpOptimisation/index.html
# Repo Git
[Repo Git](https://githepia.hesge.ch/dylan.peiry/tp_optimisation)
\ No newline at end of file
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <stdint.h>
int main(int argc, char const *argv[])
{
return EXIT_SUCCESS;
}
#include "optimisation.h"
#ifndef _HEADER_OPTIMISATION
#define _HEADER_OPTIMISATION
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
#include <string.h>
#include <math.h>
#endif
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment