1
0
mirror of https://github.com/c0de-archive/hacktoberfest-2018.git synced 2025-01-05 16:42:49 +00:00
hacktoberfest-2018/code/HelloWorld_anacdf.java

9 lines
200 B
Java
Raw Normal View History

2018-10-07 21:10:52 +00:00
// LANGUAGE: Java
// AUTHOR: Ana Carolina
// GITHUB: https://github.com/anacdf
public class HelloWorld {
public static void main(String[] args) {
System.out.print("Hello, World");
}
}