3 commit
All checks were successful
First CI / build (push) Successful in 8s

This commit is contained in:
mkrylov 2024-11-22 11:36:45 +01:00
parent 229bbddb4e
commit cd7f595c2f

2
main.c
View File

@ -1,3 +1,5 @@
#include <stdio.h>
int main() int main()
{ {
printf("Halo, Welt!"); printf("Halo, Welt!");