System.out.println("Hello World!"); - Printable Version +- The VG Resource (https://www.vg-resource.com) +-- Forum: Main Content (https://www.vg-resource.com/forum-103.html) +--- Forum: Welcome! / Goodbye! (https://www.vg-resource.com/forum-140.html) +--- Thread: System.out.println("Hello World!"); (/thread-27346.html) |
System.out.println("Hello World!"); - ivan.vinski - 06-25-2015 Hello, folks! I'm soon-to-be seventeen years old guy from Croatia who's hobby is developing games (in Java). I've been programming since I was twelve, but I never really finished any of my projects. I haven't learned much because of my past mentality, but I know a lot and I've learned a lot these past months. A few months ago I finally completely finished a game so I can call myself game developer now. I always wanted to create retro-style games, but I never took the time to actually learn pixel art so I searched and searched the web for a few months and never could find a website that provides complete packs of ripped sprites from old games until today. I thought I'd have to settle for the other website that I used for downloading free graphics. So, this was a major discovery in my life. Hereby I want to thank the creators of this beautiful community! Well, my other hobbies are working out, cycling, loving my girlfriend... and... yeah. Oh, I have a new hobby now - interacting with this awesome community. RE: System.out.println("Hello World!"); - psychospacecow - 06-25-2015 Your title gave me flashbacks to programming class. Good to have ya. RE: System.out.println("Hello World!"); - Petie - 06-25-2015 Been a while since I've seen that syntax. Welcome! RE: System.out.println("Hello World!"); - Garamonde - 06-25-2015 hellooooo! welcome to VGR! please enjoy your stay and have a look-see at the forum rules if you haven't RE: System.out.println("Hello World!"); - Quirby64 - 06-25-2015 var newUser "ivan.vinski"; confirm ("Hello, " + newUser + "and welcome to the VGR! Enjoy your stay. :)"; RE: System.out.println("Hello World!"); - puggsoy - 06-25-2015 Welcome to the Resource, ivan! Glad you find this a helpful place Hope you enjoy your stay! RE: System.out.println("Hello World!"); - Petie - 06-25-2015 (06-25-2015, 09:12 PM)Quirby64 Wrote: var newUser "ivan.vinski"; Error on line 2. (Yes, that's all old browsers gave you to diagnose JavaScript back in the day.) RE: System.out.println("Hello World!"); - psychospacecow - 06-26-2015 (06-25-2015, 10:20 PM)Petie Wrote:(06-25-2015, 09:12 PM)Quirby64 Wrote: var newUser "ivan.vinski"; Man, that's all they gave me four months ago in a class. RE: System.out.println("Hello World!"); - Kosheh - 06-26-2015 Quote: Wow Dude, Look At Those Pecs Looks Like You've Been Workin' Out
btw hello. get comfy. we're a good community p.s. get ready for me to ask you thirty million questions about croatia RE: System.out.println("Hello World!"); - ivan.vinski - 06-26-2015 (06-26-2015, 10:20 AM)Kosheh Wrote:Hahahahahaha, nice one!Quote: Thanks! It sure seems like that. Well, since I probably know the first question, I'll refer you to this article. Everything's true except the thing he said about most of them knowing English. That's a LIE. RE: System.out.println("Hello World!"); - VGDCKeroro - 06-28-2015 System.out.println("Hello and welcome to the forums!"); RE: System.out.println("Hello World!"); - DarkGrievous7145 - 08-27-2015 function greetings(name,greeting){ var msg = "Hello, " + name + greeting; console.log("a greeting:" + msg + " has been made!"); alert(msg); } greetings("ivan.vinski",", Welcome to the VG Resource!"); /* warning: spammy for (var 1=0; i<9001; i++) { greetings("ivan.vinski",", Welcome to the VG Resource!"); } probably best NEVER to use */ and lol...that avatar... so true! and then the signature...BRILLIANT! |