Meteo Engine class
This commit is contained in:
commit
1ea1db2e11
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
bin
|
4
gitpod.yml
Normal file
4
gitpod.yml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
vscode:
|
||||||
|
extensions:
|
||||||
|
- redhat.java
|
||||||
|
- vscjava.vscode-java-pack
|
7
src/sig/Meteo.java
Normal file
7
src/sig/Meteo.java
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
package sig;
|
||||||
|
|
||||||
|
public class Meteo {
|
||||||
|
public static void main(String[] args) {
|
||||||
|
System.out.println("Hello world!");
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user