mirror of
https://github.com/ParkerTenBroeck/coroutines.git
synced 2026-06-07 05:08:51 -04:00
first
This commit is contained in:
commit
bce3396cf5
9 changed files with 695 additions and 0 deletions
5
src/Main.java
Normal file
5
src/Main.java
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
public class Main {
|
||||
public static void main(String[] args) {
|
||||
System.out.println("Hello, World!");
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue