mirror of
https://github.com/build-cpp/cmkr
synced 2026-06-08 13:22:55 +00:00
6 lines
64 B
C++
6 lines
64 B
C++
#include <cstdio>
|
|
|
|
int main() {
|
|
puts("Hello from cmkr!");
|
|
}
|