mirror of
https://github.com/c0de-archive/hacktoberfest-2018.git
synced 2024-12-21 21:02:40 +00:00
new java helloworld code
This commit is contained in:
parent
4da95e9a22
commit
b788143939
@ -105,6 +105,12 @@ Please note that this project is released with a [Code of Conduct](CODE_OF_CONDU
|
||||
- [![twitter-alt][twitter-img]](https://twitter.com/alokraj68)
|
||||
[![github-alt][github-img]](https://github.com/alokraj68)
|
||||
|
||||
### Ana Carolina Ferreira
|
||||
- I am a software developer undergraduate student, from Brasil
|
||||
- Me: Punk Rock, Open Source, Makeup
|
||||
- [![twitter-alt][twitter-img]](https://twitter.com/anadedavid)
|
||||
[![github-alt][github-img]](https://github.com/anacdf)
|
||||
|
||||
### Ananya
|
||||
- I'm a junior year student.
|
||||
- I am an Android Developer. I also work on other technologies such as web development using Django and Machine Learning.
|
||||
|
9
code/HelloWorld_anacdf.java
Normal file
9
code/HelloWorld_anacdf.java
Normal file
@ -0,0 +1,9 @@
|
||||
// LANGUAGE: Java
|
||||
// AUTHOR: Ana Carolina
|
||||
// GITHUB: https://github.com/anacdf
|
||||
|
||||
public class HelloWorld {
|
||||
public static void main(String[] args) {
|
||||
System.out.print("Hello, World");
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user