Skip to content
Snippets Groups Projects
Commit 9c5f7e32 authored by Miroslav Kratochvil's avatar Miroslav Kratochvil :bicyclist:
Browse files

Merge branch 'lh-fixes' into 'develop'

minor typo

See merge request !162
parents 2f038b42 3086e98e
No related branches found
No related tags found
2 merge requests!164finish/clean up julia2 course slides,!162minor typo
Pipeline #69973 passed
......@@ -94,7 +94,7 @@ using DelimitedFiles
mtx = readdlm("matrix.tsv", '\t', Int, '\n') # returns a Matrix{Int}
writedlm("matrix.csv", ',')
writedlm("matrix.csv", mtx, ',')
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment