mirror of
https://github.com/SourceFellows/gobuch.git
synced 2025-07-19 22:52:52 +02:00
initial import
This commit is contained in:
7
hello-world/java/Main.java
Normal file
7
hello-world/java/Main.java
Normal file
@ -0,0 +1,7 @@
|
||||
|
||||
|
||||
public class Main {
|
||||
public static void main(String[] args) {
|
||||
System.out.println("Hello World");
|
||||
}
|
||||
}
|
12
hello-world/java/README.txt
Normal file
12
hello-world/java/README.txt
Normal file
@ -0,0 +1,12 @@
|
||||
Starten des docker Containers
|
||||
-----------------------------
|
||||
|
||||
```
|
||||
docker run -v `pwd`:/tmp -it openjdk:latest /bin/bash
|
||||
```
|
||||
|
||||
Danach im Container
|
||||
```
|
||||
cd /tmp
|
||||
time javac Main.java
|
||||
```
|
Reference in New Issue
Block a user