~cmpitg/tim-judge/0.1

« back to all changes in this revision

Viewing changes to main.lisp

  • Committer: Yang Ha Nguyen
  • Date: 2011-03-21 07:09:35 UTC
  • Revision ID: cmpitg@gmail.com-20110321070935-xrtdk4l33l8i5j2o
Add c (gcc).

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
(ql:quickload "cl-fad")
5
5
(ql:quickload "cl-heredoc")
6
6
 
7
 
(require :osicat)
8
 
(require :cl-fad)
9
 
 
10
7
(defvar *produced-output*        "output.txt")
11
8
(defvar *solution-output*        "main")
12
9
(defvar *bash*                   "/bin/bash")