Fayorg
/
gymnyo-phy-tp8
Archived
1
0
Fork 0
This repository has been archived on 2024-11-14. You can view files and clone it, but cannot push or open issues or pull requests.
gymnyo-phy-tp8/main.cpp

14 lines
168 B
C++

//
// Created by Elie Baier on 23.02.24.
//
#include "iostream"
#include "matplot/matplot.h"
using namespace std;
int main() {
cout << "Hello World" << endl;
}