Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created August 21, 2019 23:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/b4a3560ac24f4dae1742a32160549e4b to your computer and use it in GitHub Desktop.
Save parzibyte/b4a3560ac24f4dae1742a32160549e4b to your computer and use it in GitHub Desktop.
using System;
class MainClass {
public static void Main (string[] args) {
var edad = 5;
Console.WriteLine(edad);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment