This repository has been archived on 2024-01-06. You can view files and clone it, but cannot push or open issues or pull requests.
justhomework/SoftwareDesign/Code/ex01/main.cpp

6 lines
74 B
C++

#include <stdio.h>
int main()
{
printf("hello world");
return 0;
}