Merge remote-tracking branch 'origin/main' into main

This commit is contained in:
Marco Oesting 2023-10-09 17:49:09 +02:00
commit e563378bcb

View File

@ -1,6 +1,6 @@
# Task
1. Create a new package `MyStatsPackage` using `generate`
2. Add your `statistic.jl` & "include" it.
2. Add your `statistic_functions.jl` & "include" it.
3. Export all functions
4. Create a new environment in a separate folder and add the package.
5. Does `using MyStatsPackage` work now?