diff --git a/README.md b/README.md index 06ba005..a049363 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/code/HelloWorld_anacdf.java b/code/HelloWorld_anacdf.java new file mode 100644 index 0000000..828afbf --- /dev/null +++ b/code/HelloWorld_anacdf.java @@ -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"); + } +} \ No newline at end of file