2026-01-27T15:19:25

This commit is contained in:
2026-01-27 15:19:22 +01:00
commit 0a9c6df070
27 changed files with 2249 additions and 0 deletions

11
README.md Normal file
View File

@@ -0,0 +1,11 @@
Topic 5: Numerical integration methods
compile with:
```bash
make clean
```
run with:
```bash
./main
```