Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created August 21, 2019 23:35
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/bff81fe24543fc6ee91d780862f56d2f to your computer and use it in GitHub Desktop.
Save parzibyte/bff81fe24543fc6ee91d780862f56d2f to your computer and use it in GitHub Desktop.
using System;
class MainClass {
public static void Main (string[] args) {
int edad = 5;
Console.WriteLine(edad);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment