You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Davide Amato 3f8ac857c4 Aggiunta sintassi Markdown 1 year ago
LICENSE Initial commit 1 year ago
README.md Aggiunta sintassi Markdown 1 year ago

README.md

Hello_World

Questa e' la mia prima modifica

Sintassi Markdown:

  • Testo in ** GRASSETTO **
  • Testo in * Corsivo *
  • Elenco puntato: -, nuemeri, *
  • Link "'[testodellink]'(URL)" foto mici
  • Immagini "!'[Testoalternativo]'(URL)", Fotogattoinparticolare
  • Evidenziare codice: Usare accenti gravi (Backticks) "". #include <stdio.h> Questo e' un codice in C `