Created
October 15, 2013 05:16
-
-
Save Fhernd/6986839 to your computer and use it in GitHub Desktop.
En este archivo se demuestra cómo declarar una constante en C#.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class Calendario | |
{ | |
public const int MESES = 12; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment