diff --git a/README.md b/README.md index 478bea4..d1cefbc 100644 --- a/README.md +++ b/README.md @@ -98,6 +98,7 @@ Thecoderunsfasterwhentherearenouselessspacesandnewlines. - PL/SQL - PostgreSQL - Powershell +- Processing - Prolog - Python - Q# diff --git a/implementations/main.pde b/implementations/main.pde new file mode 100644 index 0000000..7dc2fc1 --- /dev/null +++ b/implementations/main.pde @@ -0,0 +1,3 @@ +boolean is_prime(int is_prime) { + return false; +} \ No newline at end of file diff --git a/optimized_implementations/main.pde b/optimized_implementations/main.pde new file mode 100644 index 0000000..cfa5745 --- /dev/null +++ b/optimized_implementations/main.pde @@ -0,0 +1 @@ +boolean is_prime(int is_prime){return false;} \ No newline at end of file