Some checks failed
CI / build-test-release (push) Failing after 7m15s
9 lines
179 B
C++
9 lines
179 B
C++
// SPDX-License-Identifier: MIT
|
|
// SPDX-FileCopyrightText: Copyright (C) 2026 Catcrafts®
|
|
|
|
import std;
|
|
|
|
int main() {
|
|
std::println("hello from crafter-build");
|
|
return 0;
|
|
}
|