Beuford of Bocephia
TNPer
So uh... i'm new to both NS and the region... signed up for the RA and am just scoping things out... figured i'd say hello to all of you in my region... and yeah... umm... what now?
HAH! Someone got the reference... awesome... cool deal i'll do some looking aroundprintln("Why hello there! Welcome to TNP! Please wander around the forums and ask questions and whatnot. There's really a lot to do around here, and if you're confused, tell us a bit about your interests and nation, and we'll try our best to give some suggestions. ");
//zomg line break?
#include "stdio.h"
main() {
printf("Welcome to TNP! Feel free to wander about and I'm ready to answer any questions you may have if you like!");
}
#include <iostream.h>
main() {
cout << "Welcome to TNP! Feel free to wander about and I'm ready to answer any questions you may have if you like!";
}
class HelloWorld {
public static void main(String args[]) {
System.out.println("Welcome to TNP! Feel free to wander about and I'm ready to answer any questions you may have if you like!");
}
}
<?php
echo "Welcome to TNP! Feel free to wander about and I'm ready to answer any questions you may have if you like!";
?>
Heheh. You still need it to be System.out.println, not simply println in JavaPfft. I'm not going to bother to declare classes and methods.
And the println code is correct, I think, as far as my gimpy college Java class goes. Maybe. I dunno. Don't quote me on this.
(And C? Do people still use that?)