Skip to content

Instantly share code, notes, and snippets.

@Sued1972
Created May 27, 2025 15:06
Show Gist options
  • Save Sued1972/7a99c41a40118e2939390910731486be to your computer and use it in GitHub Desktop.
Save Sued1972/7a99c41a40118e2939390910731486be to your computer and use it in GitHub Desktop.
Contenuto da file: gemini_response.md

Ecco tre righe di codice Javascript:

  1. console.log('Ciao mondo!');
  2. let numero = 10;
  3. function somma(a, b) { return a + b; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment