mirror of
https://github.com/cpm-cmake/CPM.cmake.git
synced 2025-11-22 20:27:45 -05:00
7 lines
64 B
C
7 lines
64 B
C
#include <stdio.h>
|
|
|
|
int main() {
|
|
puts("Hello");
|
|
return 0;
|
|
}
|