Helloworld

Hello World with GitHub

View the Project on GitHub neetsdkasu/HelloWorld

HelloWorld

Syntax highlighting

Java

Foo aiueo = new Foo(1234);
if (aiueo.getValue() == 1234) {
    System.out.println(aiueo);
}

C

int aiueo = 1234;
if (aiueo == 1234) {
    printf("%d\n", aiueo);
}

PHP

$aiueo = 1234;
if ($aiueo == 1234) {
    echo $aiueo, "\n";
}

Fenced code blocks

Here's an example:

function test() {
  console.log("notice the blank line before this function?");
}

Strikethrough

Mistaken text.

URL autolinking

https://github.com/neetsdkasu/HelloWorld

Multiple underscores in words

perform_complicated_task do_this_and_do_that_and_another_thing

Newlines

Roses are red Violets are blue

Task Lists

References

5

neetsdkau#5 neetsdkasu/HelloWorld#5