@@ -659,17 +659,18 @@ def parse(_self, year, _day):
659
659
stars = "⭐" * stars
660
660
661
661
files = []
662
- files .extend (f"[Rust]({ year } /{ f .relative_to (year_dir )} )" for f in sols if f .suffix == ".rs" )
663
- files .extend (f"[Python]({ year } /{ f .relative_to (year_dir )} )" for f in sols if f .suffix == ".py" )
664
-
665
- files .extend (f"[C]({ year } /{ f .relative_to (year_dir )} )" for f in sols if f .suffix == ".c" )
666
- files .extend (f"[C++]({ year } /{ f .relative_to (year_dir )} )" for f in sols if f .suffix == ".cpp" )
667
- files .extend (f"[Go]({ year } /{ f .relative_to (year_dir )} )" for f in sols if f .suffix == ".go" )
668
- # files.extend(f"[Ruby]({year}/{f.relative_to(year_dir)})" for f in sols if f.suffix == ".rb")
669
- # files.extend(f"[JS]({year}/{f.relative_to(year_dir)})" for f in sols if f.suffix == ".js")
670
- # files.extend(f"[Bash]({year}/{f.relative_to(year_dir)})" for f in sols if f.suffix == ".sh")
671
- # files.extend(f"[Lua]({year}/{f.relative_to(year_dir)})" for f in sols if f.suffix == ".lua")
672
- # files.extend(f"[C#]({year}/{f.relative_to(year_dir)})" for f in sols if f.suffix == ".cs")
662
+ files .extend (f"[]({ year } /{ f .relative_to (year_dir )} )" for f in sols if f .suffix == ".rs" )
663
+ files .extend (f"[]({ year } /{ f .relative_to (year_dir )} )" for f in sols if f .suffix == ".py" )
664
+
665
+ files .extend (f"[]({ year } /{ f .relative_to (year_dir )} )" for f in sols if f .suffix == ".c" )
666
+ files .extend (f"[]({ year } /{ f .relative_to (year_dir )} )" for f in sols if f .suffix == ".cpp" )
667
+ files .extend (f"[]({ year } /{ f .relative_to (year_dir )} )" for f in sols if f .suffix == ".go" )
668
+ files .extend (f"[]({ year } /{ f .relative_to (year_dir )} )" for f in sols if f .suffix == ".rb" )
669
+ files .extend (f"[]({ year } /{ f .relative_to (year_dir )} )" for f in sols if f .suffix == ".lua" )
670
+ files .extend (f"[]({ year } /{ f .relative_to (year_dir )} )" for f in sols if f .suffix == ".js" )
671
+ files .extend (f"[]({ year } /{ f .relative_to (year_dir )} )" for f in sols if f .suffix == ".sh" )
672
+ files .extend (f"[]({ year } /{ f .relative_to (year_dir )} )" for f in sols if f .suffix == ".java" )
673
+ files .extend (f"[]({ year } /{ f .relative_to (year_dir )} )" for f in sols if f .suffix == ".cs" )
673
674
674
675
files = " " .join (files )
675
676
0 commit comments