Tech-Curriculums / README

how to create readme's

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README TITLE

This is a quick description of the repo.

Section

This is particular section

Todo

  • get groceries
  • create code
  • ???
  • Profit!!

How to include Code

The following command looks for "somefile.ino"

find ~/ -iname somefile.ino

This is how to make a code block:

#include <stdlib.h>

int main(void) {
  printf("Hello World!\n");
  return 0;
}

About

how to create readme's

License:MIT License