From b4ef14a7e010c1b468928d29a981fdf6ba700563 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Sat, 31 Oct 2020 17:25:22 +0100 Subject: Added minesweeper logic, style, settings --- school.html | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'school.html') diff --git a/school.html b/school.html index 2fbd69f..8b91ede 100644 --- a/school.html +++ b/school.html @@ -43,10 +43,17 @@ libasm Indroduction to x86_64 assembly, rewritting some basic libc function + + minishell + Minimalistic shell based on bash +

Pending

+ + + @@ -55,15 +62,12 @@ - - -
ft_services
philosophers
ft_containers
computorv1
computorv2
push_swap
42run
ft_ls
ft_select
ft_containers
ft_ping
piscine_cpp
ft_services
ft_ssl
rubik
ft_linear_regression
dslr
philosophers

Test

@@ -85,6 +89,10 @@ minishell_test minishell + + philosophers_test + philosophers + ft_containers_test ft_containers -- cgit