Skip to content

ddxxdd-code/Hello-World

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hello-World

Introduction

Just Hello World
This is my first repo added to my account on github.
Hello World!
Hello :octocat:!
As a second year uni student, this is my first repo!!!
So excited!

More

In this section, I will use it as a practice of markdown.

tags

tag

tag

tag

tag

tag

emphasis

This is italic
This is italic
This is bold
This is bold
JustCombineTHEMtogether!

lists

  • Item 1
  • Item 2
    • Item 2a
    • Item 2b

images

Googled Beach pic

links

Google

blockquotes

As John von Neumann said:

With four parameters I can fit an elephant,
and with five I can make him wiggle his trunk.

task lists!!!

I love this feature!

  • Create an account on Github
  • Write my first README.md
  • Start my first project
  • I don't know what's next xD.

code

c without highlighting

#include <stdio.h>
int main(int argc, char *argv[]) {
    printf("hello world\n");
    return 0;
}

c

#include <stdio.h>
int main(int argc, char *argv[]) {
    printf("hello world\n");
    return 0;
}

c++

#include <iostream>
using namespace std;
int main(int argc, char *argv[]) {
    cout << "hello world" << endl;
    return 0;
}

python

print("hello world")

shell bash

echo "hello world"

tables

First Header Second Header
cell 1 cell 2

emoji

:octocat:

End

hello world, Have fun!

About

Just Hello World

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages