Skip to content

pavankumart46/APSSDC-GIT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

APSSDC GIT CLASSES

Git is a Distributed Version Control System

GitHub is Interesting

This is the smallest heading size.

Some text can be itallic
Some text can be bold
This is bold and itallic
This is strike through text

Lists

Unordered List

  • Apple
  • Banana
  • Mango
    • Variety 1
    • Variety 2
  • Grapes

Ordered Lists

  1. Apple
  2. Banana
  3. Mango
    1. Variety 1
    2. Variety 2
  4. Grapes

BIG PICTURE IMAGE HERE

Git Practice

TAJMAHAL

TAJMAHAL

Links

Git Official Link

Blockquotes

This is blockQuotes and they are interesting

I think you should use an <addr> element here instead.

Syntax highlighting

def isEven(num):
  if(num%2 == 0):
    return True
  return False
public boolean isEven(int num){
  if(num%2==0)
    return true;
  return false;
}
#include<stdio.h>
int main(){
  printf("WONDERFUL");
}

Tasks

Who is the Prime Minister of India ?

  • YS JAGAN MOHAN REDDY
  • NARA CHANDRA BABU NAIDU
  • NARENDRA MODI
  • PAWAN KALYAN
Mentor Name Salary
Pavan Kumar 10,000
Krishna 20,000
Harideep 10,000
Ravi 10,000

Emojis

😎

About

This repository is created as part of TOT.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published