File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,10 @@ When creating your entry, please do as follows:
4848
4949This challenge is mainly to allow us to learn something new. This means that copying code from others will be allowed, under these conditions:
50501 . You can only use pure Object Pascal with no calls to any operating system's ` API ` or external ` C/C++ ` libraries.
51+ There's been a bit of confusion about this restriction. \
52+ To clear that out: You can use any package/custom code you want. \
53+ As long as it compiles cross-platform and itself is only pure Object Pascal. \
54+ Anything from the ` Jedi Project ` or even ` mORMmot ` ( or anything else ), if it compiles cross-platform is allowed.
51552 . The code must have some sort of mention/attribution to the original author, in case you've used someone else's code.
52563 . It's not a blatant copy just for the sake of submission.
53574 . It adds something of value, not just a different code formatting.
You can’t perform that action at this time.
0 commit comments