From be2491b093b1f0ca430bede679ecbb670041e483 Mon Sep 17 00:00:00 2001 From: cassio Date: Tue, 2 Jul 2013 09:46:45 +0400 Subject: restructuring of boca's git --- doc/problemexamples/problemtemplate/description/desc.txt | 1 + doc/problemexamples/problemtemplate/description/problem.info | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 doc/problemexamples/problemtemplate/description/desc.txt create mode 100644 doc/problemexamples/problemtemplate/description/problem.info (limited to 'doc/problemexamples/problemtemplate/description') diff --git a/doc/problemexamples/problemtemplate/description/desc.txt b/doc/problemexamples/problemtemplate/description/desc.txt new file mode 100644 index 0000000..4cd89f0 --- /dev/null +++ b/doc/problemexamples/problemtemplate/description/desc.txt @@ -0,0 +1 @@ +THIS IS THE FILE DESCRIBING THE PROBLEM! IT CAN BE A PDF OR ANY OTHER FORMAT... diff --git a/doc/problemexamples/problemtemplate/description/problem.info b/doc/problemexamples/problemtemplate/description/problem.info new file mode 100644 index 0000000..785e648 --- /dev/null +++ b/doc/problemexamples/problemtemplate/description/problem.info @@ -0,0 +1,3 @@ +basename=shortfilename +fullname=This is the problem full name +descfile=desc.txt -- cgit v1.2.3