This website requires JavaScript.
Explore
Help
Register
Sign In
Rooba
/
pyjnius
mirror of
https://github.com/kivy/pyjnius.git
Watch
1
Star
1
Fork
You've already forked pyjnius
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
1844de341e
pyjnius
/
tests
/
org
/
jnius
/
HelloWorld.java
8 lines
106 B
Java
Raw
Blame
History
package
org.jnius
;
public
class
HelloWorld
{
public
String
hello
(
)
{
return
new
String
(
"
world
"
)
;
}
}
Reference in New Issue
View Git Blame
Copy Permalink