mirror of
https://github.com/c0de-archive/hacktoberfest-2018.git
synced 2024-12-22 05:12:40 +00:00
Create javava.java
This commit is contained in:
parent
4be2260022
commit
cd31cd0f78
8
code/javava.java
Normal file
8
code/javava.java
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
public class MyFirstApp {
|
||||||
|
|
||||||
|
public static void main (String[] args) {
|
||||||
|
System.out.print("Я управляю ");
|
||||||
|
System.out.println("миром!");
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user