File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Aller directement à :
10
10
* édition avec SciTE :
11
11
* exécution avec Java
12
12
* [ instructions] ( #scite-avec-java )
13
- * [ lien direct vers le zip] ( https://github.com/Microalg/Microalg/releases/download/v0.2.5 /microalg_0.2.5 .zip )
13
+ * [ lien direct vers le zip] ( https://github.com/Microalg/Microalg/releases/download/v0.2.6 /microalg_0.2.6 .zip )
14
14
correspondant aux instructions
15
15
* édition avec Notepad++ :
16
16
* [ exécution avec Java] ( #notepad-avec-java )
@@ -157,7 +157,7 @@ avec le bon numéro de `version` bien sûr.
157
157
#### SciTE avec Java
158
158
159
159
Vous pouvez télécharger le résultat des instructions suivantes
160
- [ directement ici] ( https://github.com/Microalg/Microalg/releases/download/v0.2.5 /microalg_0.2.5 .zip ) .
160
+ [ directement ici] ( https://github.com/Microalg/Microalg/releases/download/v0.2.6 /microalg_0.2.6 .zip ) .
161
161
162
162
* MicroAlg
163
163
* Télécharger < https://github.com/Microalg/Microalg/archive/latest.zip > .
Original file line number Diff line number Diff line change 1
- (setq version " 0.2.5 " )
1
+ (setq version " 0.2.6 " )
2
2
(put 'version 'text (pack " MicroAlg version " version))
3
3
(setq apropos
4
4
" L’idée de MicroAlg est née lors d’une formation ISN, de la frustration due à
Original file line number Diff line number Diff line change 1
1
(setq !testing T)
2
2
(setq tests
3
3
(list
4
- '(= "0.2.5 " version)
4
+ '(= "0.2.6 " version)
5
5
# Affichage
6
6
'(= "Bonjour tout le monde !" (prog (Afficher "Bonjour tout le monde !") *LastStdOut))
7
7
'(= "Deux" (prog (Afficher "Un") (Afficher "Deux") *LastStdOut))
You can’t perform that action at this time.
0 commit comments