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