This repository has been archived by the owner on Nov 2, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
915ee6a
commit b2690ef
Showing
1 changed file
with
9 additions
and
3 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,21 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE labels SYSTEM "https://resources.jetbrains.com/writerside/1.0/labels-list.dtd"> | ||
<!-- | ||
SPDX-FileCopyrightText: 2024 Pablo Portas López <[email protected]> | ||
SPDX-License-Identifier: GPL-3.0-only | ||
--> | ||
<labels xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:noNamespaceSchemaLocation="https://resources.jetbrains.com/writerside/1.0/labels.xsd"> | ||
<!-- POR TERMINAR --> | ||
<primary-label id="apuntes" short-name="A" name="Apuntes" href="https://teenbiscuits.github.io/Pro2324/apuntes.html" color="blue"> | ||
<primary-label id="apuntes" short-name="A" name="Apuntes" href="https://teenbiscuits.github.io/Pro2324/apuntes.html" | ||
color="blue"> | ||
Material de estudio del lenguaje de programación C. | ||
</primary-label> | ||
<primary-label short-name="boletines" id="B" name="Boletines" href="https://teenbiscuits.github.io/Pro2324/boletines.html" color="purple"> | ||
<primary-label short-name="boletines" id="B" name="Boletines" | ||
href="https://teenbiscuits.github.io/Pro2324/boletines.html" color="purple"> | ||
Ejercicios resueltos de los boletines. | ||
</primary-label> | ||
|
||
<secondary-label id="wip" name="⚠" color="red">¡En construcción!</secondary-label> | ||
|
||
</labels> |