This website requires JavaScript.
Explore
Help
Sign In
TuxedoLang
/
TuxedoLang-Interpreter
Watch
1
Star
0
Fork
You've already forked TuxedoLang-Interpreter
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
020b327e3c
TuxedoLang-Interpreter
/
main.java
6 lines
99 B
Java
Raw
Blame
History
class
Main
{
public
static
void
main
(
String
[
]
args
)
{
System
.
out
.
println
(
"
Hello world!
"
)
;
}
}
;
Reference in New Issue
View Git Blame
Copy Permalink