use case diagram

This commit is contained in:
Debucquoy
2023-11-17 16:10:39 +01:00
parent 3b2f4c84d7
commit c4e193e45f
7 changed files with 178 additions and 2 deletions

6
bac2/os/chap3/ex7.c Normal file
View File

@ -0,0 +1,6 @@
#include <stdio.h>
int main(void)
{
printf("Hello World!\n");
}