A collection of my hello world programs that I made with the start of certain programming languages.
See above
Click/tap here to view this projects Wiki
Currently, I am the only contributer. I will not accept any other contributers, this is a personal project.
- seanpm2001 - 14 commits (As of Wednesday, July 15th 2020 at 11:30 am)
- No other contributers allowed
Here is the contributing file for reference.
This section contains subsections about my main hello world programs.
I took 2 years of Python courses in High School from 2017 to 2019. I made a hello world program in this class, it was my first, and it was so easy, I didn't even really need instruction.
You can view it here or you can see the source below
1 print ("Hello world")
I took an AP Java class from 2018 to 2019, and of course, I made a Hello world program in this class as well. This time, I learned about the comma in the name, I originally didn't notice it.
You can view it here or you can see the source below
01
02 public class HelloWorld {
03
04 public static void main(String[] args) {
05 // TODO Auto-generated method stub
06 System.out.println("Hello, World.");
07 }
08
09 }
10
File type: Markdown (*.md)
File version: 1 (Wednesday, July 15th 2020 at 11:30 am)
Line count: 0,136