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