Merge pull request #1 from EddieCueto/fedora25_work

A test of git from fedora
This commit is contained in:
Eddie Cueto-Mendoza 2017-10-16 16:32:39 -05:00 committed by GitHub
commit a55bbc40b6
1 changed files with 2 additions and 0 deletions

View File

@ -37,6 +37,8 @@ testy_testy := 4;
#G := CyclicGroup(testy_testy);
G := DihedralGroup(testy_testy);
#this line is a test for git in fedora 25 for github :P
sz := Size(G);
H := AsList(G);