diff -r 5412e0952fdb -r 41cdc0680b74 bsc-projects-18.html
--- a/bsc-projects-18.html	Mon Sep 24 10:24:11 2018 +0100
+++ b/bsc-projects-18.html	Mon Sep 24 10:45:13 2018 +0100
@@ -81,7 +81,8 @@
   Python and Ruby need approximately 30 seconds of hard work for matching this string. You can try it for yourself:
   catastrophic.py (Python version) and 
   catastrophic.rb 
-  (Ruby version). Here is a similar problem in Java: catastrophic.java 
+  (Ruby version). Here is a similar problem with the regular expression (a*)* bin Java: 
+  catastrophic.java