This repository was archived by the owner on Oct 6, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +32
-32
lines changed Expand file tree Collapse file tree 2 files changed +32
-32
lines changed Original file line number Diff line number Diff line change @@ -9,13 +9,13 @@ enum ProgrammingLanguage: string
9
9
case PHP = 'PHP ' ;
10
10
case Python = 'Python ' ;
11
11
case JavaScript = 'JavaScript ' ;
12
- case Java = 'Java ' ;
13
- case HTML = 'HTML ' ;
14
- case JupyterNotebook = 'Jupyter Notebook ' ;
15
- case TypeScript = 'TypeScript ' ;
16
- case CSharp = 'C# ' ;
17
- case CPlusPlus = 'C++ ' ;
18
- case CSS = 'CSS ' ;
12
+ // case Java = 'Java';
13
+ // case HTML = 'HTML';
14
+ // case JupyterNotebook = 'Jupyter Notebook';
15
+ // case TypeScript = 'TypeScript';
16
+ // case CSharp = 'C#';
17
+ // case CPlusPlus = 'C++';
18
+ // case CSS = 'CSS';
19
19
case Go = 'Go ' ;
20
- case Ruby = 'Ruby ' ;
20
+ // case Ruby = 'Ruby';
21
21
}
Original file line number Diff line number Diff line change @@ -66,33 +66,33 @@ <h1 class="h5 text-uppercase fw-bold mt-2">Good First Issue</h1>
66
66
< a href ="./lang/JavaScript.html " class ="btn btn-sm btn-outline-secondary me-2 " type ="button ">
67
67
JavaScript
68
68
</ a >
69
- < a href ="./lang/Java.html " class ="btn btn-sm btn-outline-secondary me-2 " type ="button ">
70
- Java
71
- </ a >
72
- < a href ="./lang/HTML.html " class ="btn btn-sm btn-outline-secondary me-2 " type ="button ">
73
- HTML
74
- </ a >
75
- < a href ="./lang/JupyterNotebook.html " class ="btn btn-sm btn-outline-secondary me-2 " type ="button ">
76
- JupyterNotebook
77
- </ a >
78
- < a href ="./lang/TypeScript.html " class ="btn btn-sm btn-outline-secondary me-2 " type ="button ">
79
- TypeScript
80
- </ a >
81
- < a href ="./lang/CSharp.html " class ="btn btn-sm btn-outline-secondary me-2 " type ="button ">
82
- CSharp
83
- </ a >
84
- < a href ="./lang/CPlusPlus.html " class ="btn btn-sm btn-outline-secondary me-2 " type ="button ">
85
- CPlusPlus
86
- </ a >
87
- < a href ="./lang/CSS.html " class ="btn btn-sm btn-outline-secondary me-2 " type ="button ">
88
- CSS
89
- </ a >
69
+ <!-- <a href="./lang/Java.html" class="btn btn-sm btn-outline-secondary me-2" type="button">-- >
70
+ <!-- Java-->
71
+ <!-- </a>-- >
72
+ <!-- <a href="./lang/HTML.html" class="btn btn-sm btn-outline-secondary me-2" type="button">-- >
73
+ <!-- HTML-->
74
+ <!-- </a>-- >
75
+ <!-- <a href="./lang/JupyterNotebook.html" class="btn btn-sm btn-outline-secondary me-2" type="button">-- >
76
+ <!-- JupyterNotebook-->
77
+ <!-- </a>-- >
78
+ <!-- <a href="./lang/TypeScript.html" class="btn btn-sm btn-outline-secondary me-2" type="button">-- >
79
+ <!-- TypeScript-->
80
+ <!-- </a>-- >
81
+ <!-- <a href="./lang/CSharp.html" class="btn btn-sm btn-outline-secondary me-2" type="button">-- >
82
+ <!-- CSharp-->
83
+ <!-- </a>-- >
84
+ <!-- <a href="./lang/CPlusPlus.html" class="btn btn-sm btn-outline-secondary me-2" type="button">-- >
85
+ <!-- CPlusPlus-->
86
+ <!-- </a>-- >
87
+ <!-- <a href="./lang/CSS.html" class="btn btn-sm btn-outline-secondary me-2" type="button">-- >
88
+ <!-- CSS-->
89
+ <!-- </a>-- >
90
90
< a href ="./lang/Go.html " class ="btn btn-sm btn-outline-secondary me-2 " type ="button ">
91
91
Go
92
92
</ a >
93
- < a href ="./lang/Ruby.html " class ="btn btn-sm btn-outline-secondary me-2 " type ="button ">
94
- Ruby
95
- </ a >
93
+ <!-- <a href="./lang/Ruby.html" class="btn btn-sm btn-outline-secondary me-2" type="button">-- >
94
+ <!-- Ruby-->
95
+ <!-- </a>-- >
96
96
</ div >
97
97
</ div >
98
98
<!-- / Select programming language -->
You can’t perform that action at this time.
0 commit comments