Skip to content

Commit ba7cfe0

Browse files
Unset simple_io and toplevel_anonymous_class (#21)
* Update division.md * Add basic feature flags impl * Integrate String challenges Fix script to not make an out.json Co-Authored-By: alphaBEE <[email protected]> * Remove "float point" * Fix mdlint complaints * Turn off simpleio and toplevel anon --------- Co-authored-by: alphaBEE <[email protected]>
1 parent 3232fb2 commit ba7cfe0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: book.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ mathjax-support = true
1313
[preprocessor.features]
1414
command = "python3 features.py"
1515
# Not ready
16-
toplevel_anonymous_class = true
16+
toplevel_anonymous_class = false
1717
# Not ready
18-
simple_io = true
18+
simple_io = false
1919
# Turn on when Java 21 released
2020
java_21 = false

0 commit comments

Comments
 (0)