6 lines
172 B
Factor
6 lines
172 B
Factor
|
! Copyright (C) 2020 Bubbler.
|
||
|
! See http://factorcode.org/license.txt for BSD license.
|
||
|
USING: tools.test rosalind.inod ;
|
||
|
IN: rosalind.inod.tests
|
||
|
|
||
|
{ 2 } [ 4 inod ] unit-test
|