File: foc.rules

package info (click to toggle)
xtlf 0.0%2B1.03beta-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,140 kB
  • ctags: 233
  • sloc: perl: 6,072; sh: 160; makefile: 42
file content (17 lines) | stat: -rw-r--r-- 358 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#! /usr/bin/perl -w

# Date: 14-04-06

################################################
# FOC Marathon contest rules - by DJ1YFK
################################################

$contestname = "Contest: FOC Marathon test";

################################################
$pointsmethod = "focmarathon";
$resultsmethod = "focmarathon";

$mult1 = "foc";
1;