Coder Social home page Coder Social logo

moriarty / hello-world Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 140 KB

I'm going to write "Hello World" in various languages when I take study breaks.

ActionScript 23.61% C 4.22% COBOL 23.85% C++ 4.95% Fortran 5.75% Go 4.71% Java 8.62% Lua 9.11% Perl 2.63% Python 6.18% Ruby 6.36%

hello-world's Introduction

hello-world

I'm going to write "Hello World" in various languages when I take study breaks (read: While I'm procrastinating). Or when I'm bored.

One line hello world programs are sorta useless. All they say is how to call a print function in a language. For example here is python:

''' print "hello world" '''

vs

''' def main(): print "Hello World!\n"

if name == 'main': main() '''

I know it's overkill: but it's also an example of how to call a very basic function. This is a repository of helloworld programs not hello world scripts.

I'm interested to see how long I keep this project going. Thanks to anyone who submits fixes and new languages.

There are thousands of programming languages. But I'll be starting with the ones I know and then move to the following two lists. Here and Here

hello and helloworld have been added to the gitignore, for languages with compiled executables

hello-world's People

Contributors

moriarty avatar jacobperron avatar

Watchers

 avatar James Cloos avatar

hello-world's Issues

Java...

You don't need the System.exit(0)
And alternatively use System.out.println
Also, there's a typo in the comment.

...I'm sympathizing with Java.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.