From a9aa438ea0558eb0044cf1e54a9190ddb41b65e5 Mon Sep 17 00:00:00 2001 From: cassio Date: Tue, 2 Jul 2013 09:44:46 +0400 Subject: restructuring of boca's git --- .../doc/problemexamples/problemtemplate/tests/c | 36 ---------------------- 1 file changed, 36 deletions(-) delete mode 100755 boca-1.5.1/doc/problemexamples/problemtemplate/tests/c (limited to 'boca-1.5.1/doc/problemexamples/problemtemplate/tests') diff --git a/boca-1.5.1/doc/problemexamples/problemtemplate/tests/c b/boca-1.5.1/doc/problemexamples/problemtemplate/tests/c deleted file mode 100755 index de0a9c5..0000000 --- a/boca-1.5.1/doc/problemexamples/problemtemplate/tests/c +++ /dev/null @@ -1,36 +0,0 @@ -#!/bin/bash -# -# This file performs a test of the autojudge system. It can run whatever you feel important to test the autojudge -# and the script files that are included in the problem package - -cat > test.c < -int main() { - char s[100]; - scanf("%s", s); - printf("%s\n",s); - return 0; -} -EOF -cat > test.in <