Skip to content

Instantly share code, notes, and snippets.

View stifskere's full-sized avatar
🤨
Freelancing.

Esteve Autet Alexe stifskere

🤨
Freelancing.
View GitHub Profile
@stifskere
stifskere / C# Tutorial.cs
Last active September 1, 2024 15:53
Un tutorial de C# en español.
/*
C# Tutorial © 2024 by Esteve Autet Alexe is licensed under
Creative Commons Attribution-ShareAlike 4.0 International.
To view a copy of this license, visit https://creativecommons.org/licenses/by-sa/4.0/
*/
// LOS SIGUIENTES WARNING ESTAN DESHABILITADOS POR QUE ESTO ES UNA GUIA.
using System.Collections;
using System.Runtime.InteropServices;