Jump to content

Category:Objeck: Difference between revisions

Added hello world to the task page
No edit summary
(Added hello world to the task page)
Line 29:
 
==Examples==
===Hello World!===
<lang objeck>
bundle Default {
class SayHello {
function : Main(args : String[]), Nil {
"Hello World!"->PrintLine();
}
}
}
</lang>
 
===Prime Numbers===
<lang objeck>
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.