File tree Expand file tree Collapse file tree 6 files changed +23
-8
lines changed Expand file tree Collapse file tree 6 files changed +23
-8
lines changed Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
3
/**
4
- * CGTest v1.0 .0 - configuration file
4
+ * CGTest v1.1 .0 - configuration file
5
5
*
6
6
* A multi-language offline batch test runner for CodinGame (or other) solo I/O puzzles.
7
7
* (c) 2022, by Balint Toth (TBali)
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
3
/**
4
- * CGTest v1.0 .0 - configuration file
4
+ * CGTest v1.1 .0 - configuration file
5
5
*
6
6
* A multi-language offline batch test runner for CodinGame (or other) solo I/O puzzles.
7
7
* (c) 2022, by Balint Toth [TBali]
Original file line number Diff line number Diff line change 1
1
{
2
2
"default" : true ,
3
3
"MD007" : { "indent" : 4 },
4
- "MD013" : false
4
+ "MD013" : false ,
5
+ "MD024" : false
5
6
}
Original file line number Diff line number Diff line change @@ -9,8 +9,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
### Added
11
11
12
+ - Nothing yet.
13
+
14
+ ### Changed
15
+
16
+ - Nothing yet.
17
+
18
+ ### Fixed
19
+
20
+ - Nothing yet.
21
+
22
+ ## [ v1.1.0] ( https://github.com/tbali0524/cgtest/releases/v1.1.0 ) - 2022-07-25
23
+
24
+ ### Added
25
+
12
26
- ` --stats ` command-line option added.
13
- - 100 + CG puzzle test cases added.
27
+ - 150 + CG puzzle test cases added.
14
28
- Fortran default config and sample code added.
15
29
16
30
### Changed
@@ -23,6 +37,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
23
37
- Shebang added to the bash sample solution.
24
38
- Added -lm to default gcc build command.
25
39
26
- ## [ v1.0.0] ( https://github.com/tbali0524/cgtest ) - 2022-07-23
40
+ ## [ v1.0.0] ( https://github.com/tbali0524/cgtest/releases/v1.0.0 ) - 2022-07-23
27
41
28
42
Initial release.
Original file line number Diff line number Diff line change 1
- # CGTest v1.0 .0
1
+ # CGTest v1.1 .0
2
2
3
3
A multi-language offline batch test runner for ` CodinGame ` (or other) solo I/O puzzles.
4
4
Original file line number Diff line number Diff line change 2
2
<?php
3
3
4
4
/**
5
- * CGTest v1.0 .0
5
+ * CGTest v1.1 .0
6
6
*
7
7
* A multi-language offline batch test runner for CodinGame (or other) solo I/O puzzles.
8
8
* (c) 2022, by Balint Toth [TBali]
42
42
$ errorTag = '[ERROR] ' ;
43
43
// --------------------------------------------------------------------
44
44
// print application title, check php version
45
- $ title = 'CGTest v1.0 .0 ' . PHP_EOL
45
+ $ title = 'CGTest v1.1 .0 ' . PHP_EOL
46
46
. 'A multi-language offline batch test runner for CodinGame (or other) solo I/O puzzles ' . PHP_EOL
47
47
. '(c) 2022, by Balint Toth [TBali] ' . PHP_EOL ;
48
48
echo $ title . PHP_EOL ;
You can’t perform that action at this time.
0 commit comments