1
0
mirror of https://github.com/kalmarek/SmallHyperbolic synced 2024-07-27 21:10:31 +02:00

Add DelimitedFiles to Project

This commit is contained in:
kalmarek 2020-01-20 02:15:12 +01:00
parent 8d47872fa0
commit 57dc3bba99
2 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,6 @@
[deps]
AbstractAlgebra = "c3fe647b-3220-5bb0-a1ea-a7954cac585d"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
GroupRings = "0befed6a-bd73-11e8-1e41-a1190947c2f5"
Groups = "5d8bd718-bd84-11e8-3b40-ad14f4a32557"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"

View File

@ -1,4 +1,3 @@
using JLD
using DelimitedFiles
abstract type WordReduction end