Skip to content

Librería de una Baraja en C# // Library of a Deck in C#

Notifications You must be signed in to change notification settings

4N70Ni0/DeckLibrary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Español

Esta librería permite manipular una baraja mediante funciones. La librería se encuentra dentro de "lib" y varios ejercicios en base a esta baraja se encuentran dentro de "exercises". La documentación de esta baraja se encuentra dentro de "Documentacion.md".

Compilar

Compilar la librería

msc -target:library -out:LibraryCards.dll Card.cs Deck.cs

Compilar un ejercicio

msc -r:LibraryCards <ejercicio>

English

This library allows you to manipulate a deck with functions. You can find the library within the "lib" directory and various exercises which uses this library inside of the directory "exercises". You can read the documentation in the file "Documentacion.md" (in Spanish).

Compile

Compile the library

msc -target:library -out:LibraryCards.dll Card.cs Deck.cs

Compile one exercise

msc -r:LibraryCards <exercise>

About

Librería de una Baraja en C# // Library of a Deck in C#

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages