File tree 2 files changed +3
-5
lines changed
2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 78
78
< content > </ content >
79
79
</ div >
80
80
< footer horizontal end-justified layout >
81
- < div >
82
- < b > {{status}}</ b >
83
- </ div >
81
+ <!-- <div><b>{{status}}</b></div> -->
84
82
< div >
85
83
< template if ="{{confidence}} ">
86
84
< asq-confidence id ="confidence "> </ asq-confidence >
104
102
< content > </ content >
105
103
</ div >
106
104
< footer horizontal end-justified layout >
107
- < div >
105
+ < div vertical layout end >
108
106
< asq-progress value ="{{submissionsNum}} " max ="{{connectedViewersNum}} "> </ asq-progress >
109
107
< paper-button id ="stats " class ="submit-button " raised ="true "> Stats</ paper-button >
110
108
</ div >
Original file line number Diff line number Diff line change 294
294
< asq-code mode ="java ">
295
295
< asq-stem > < h4 > Implement quick sort algorithm in Java</ h4 > </ asq-stem >
296
296
< code > public class Main {
297
- public static void main(String args) {
297
+ public static void main(String args[] ) {
298
298
299
299
}
300
300
} </ code >
You can’t perform that action at this time.
0 commit comments