We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c9e4a98 + bc7ec50 commit 3152565Copy full SHA for 3152565
README.md
@@ -190,6 +190,7 @@ A: Thecoderunsfasterwhentherearenouselessspacesandnewlines.
190
- Spanish
191
- Standard ML
192
- STEP-7 AWL
193
+- SQF
194
- SQL
195
- Squirrel
196
- Swift
implementations/main.sqf
@@ -0,0 +1,3 @@
1
+is_prime = {
2
+ false;
3
+};
optimized_implementations/main.sqf
@@ -0,0 +1 @@
+is_prime={false;};
0 commit comments