Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add java function to hello world #41

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions Java/helloworldFunction.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
public class helloworldFunction{
public static void main(String args[]){
sayHello();
}

//simple function to print hello world
private static void sayHello(){
System.out.println("Hello world");
}
}
1 change: 0 additions & 1 deletion Moo:Cow/HelloWorld.cow

This file was deleted.

11 changes: 0 additions & 11 deletions Objective C/HelloWorld.m

This file was deleted.

3 changes: 0 additions & 3 deletions PHP/basic.php

This file was deleted.

4 changes: 0 additions & 4 deletions Pascal/hello_world.pas

This file was deleted.

11 changes: 0 additions & 11 deletions Pug/helloworld.pug

This file was deleted.

2 changes: 0 additions & 2 deletions Python/hello_world_pybash.py

This file was deleted.

25 changes: 0 additions & 25 deletions Python/hellopython.py

This file was deleted.

47 changes: 0 additions & 47 deletions Python/hellorubelinebyline.py

This file was deleted.

7 changes: 0 additions & 7 deletions Python/hellorubepy.py

This file was deleted.

41 changes: 0 additions & 41 deletions Python/inputworld.py

This file was deleted.

27 changes: 0 additions & 27 deletions Python/primerube.py

This file was deleted.

17 changes: 0 additions & 17 deletions Python/railrube.py

This file was deleted.

16 changes: 0 additions & 16 deletions Python/rot13rubepython.py

This file was deleted.

1 change: 0 additions & 1 deletion Python/simple.py

This file was deleted.

29 changes: 0 additions & 29 deletions Python/webscraperube.py

This file was deleted.

5 changes: 0 additions & 5 deletions R/hello_rube.R

This file was deleted.

24 changes: 0 additions & 24 deletions README.md

This file was deleted.

62 changes: 0 additions & 62 deletions Ruby/helloworld.rb

This file was deleted.

3 changes: 0 additions & 3 deletions Rust/hello.rs

This file was deleted.

6 changes: 0 additions & 6 deletions ShellScripts/helloworld.sh

This file was deleted.

5 changes: 0 additions & 5 deletions kotlin/hello_world.kt

This file was deleted.