programa 2.1 primera version

This commit is contained in:
2024-09-13 13:05:44 -04:00
parent 55996f4021
commit 848c243fe0
3 changed files with 59 additions and 0 deletions

8
Program2.1/main.c Normal file
View File

@@ -0,0 +1,8 @@
#include <stdio.h>
#include <stdlib.h>
int main()
{
printf("Hello world! P2.1\n");
return 0;
}