Add assignment for ascii_table

Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
Severin Kaderli 2022-03-07 17:39:52 +01:00
parent e06858dcf5
commit 90a995b848
Signed by: severinkaderli
GPG key ID: F419F8835B72F0C4
4 changed files with 126 additions and 3 deletions

View file

@ -1,3 +1,4 @@
cmake_minimum_required(VERSION 3.22)
project(CPP)
add_subdirectory(hello_world)
add_subdirectory(hello_world)
add_subdirectory(ascii_table)