mirror of
https://github.com/ParkerTenBroeck/coroutines.git
synced 2026-06-07 05:08:51 -04:00
made class behave like a static inner class, write all modified classes to directory
This commit is contained in:
parent
c3cb7cb884
commit
3cac1da371
5 changed files with 87 additions and 61 deletions
|
|
@ -8,8 +8,8 @@ public class Main implements Runnable {
|
|||
|
||||
@Override
|
||||
public void run() {
|
||||
await();
|
||||
// lexer();
|
||||
// await();
|
||||
lexer();
|
||||
}
|
||||
|
||||
void await(){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue