This commit is contained in:
2025-11-24 10:36:08 +01:00
parent 7b836a14bd
commit e92ee90050
16 changed files with 421 additions and 0 deletions

5
pa-03/a1/hello.c Normal file
View File

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