#!/usr/bin/guile -s !# (define (main args) (display "Please enter the matrix of the form") (display "\n") (display "1 2 3, 2 4 5") (display "\n") ;; create a named let that loops until you guess the number correctly. (define matrix (read)) )