Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 319 Bytes

File metadata and controls

23 lines (15 loc) · 319 Bytes

This is an <h1> header

This is an <h2> header

<h3> header

<h4>

  • First Task
  • Second Task
  • Third Task
include <stdio.h>

int main(){
  printf("Hello_World!");

  return 0;
}

image of Yaktocat