rogermt commited on
Commit
2846f2b
·
verified ·
1 Parent(s): e92c867

Move neurogolf_solver/ to own-solver/ (batch 1)

Browse files
own-solver/neurogolf_solver/__init__.py ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ #!/usr/bin/env python3
2
+ """
3
+ ARC-AGI NeuroGolf Championship - Complete Solver v5
4
+ Refactored into modular components.
5
+ """
6
+
7
+ __version__ = '5.0.0'