This commit is contained in:
Yadunand Prem
2022-10-13 13:47:43 +08:00
parent 132080d451
commit e1320e2a52
3 changed files with 37 additions and 0 deletions

3
PE1/Queueable.java Normal file
View File

@@ -0,0 +1,3 @@
public interface Queueable<T> {
}