development commit

This commit is contained in:
Vítor Santos Costa 2013-09-19 14:35:31 +01:00
parent b2dcbe961c
commit 285c61b87f

View File

@ -0,0 +1,7 @@
:- use_module(library(matrix)).
t1 :-
X <== matrix([1,2,3,4,5,6],[dims=[3,2]]),
writeln(X).