Just Hello World
This is my first repo added to my account on github.
Hello World!
Hello !
As a second year uni student, this is my first repo!!!
So excited!
In this section, I will use it as a practice of markdown.
This is italic
This is italic
This is bold
This is bold
JustCombineTHEMtogether!
- Item 1
- Item 2
- Item 2a
- Item 2b
As John von Neumann said:
With four parameters I can fit an elephant,
and with five I can make him wiggle his trunk.
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.
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"
First Header | Second Header |
---|---|
cell 1 | cell 2 |
hello world, Have fun!