Crafter.Build/tests/DependencyLink/fixture/main.cpp

10 lines
189 B
C++
Raw Normal View History

2026-07-23 01:24:42 +02:00
// SPDX-License-Identifier: LGPL-3.0-only
// SPDX-FileCopyrightText: Copyright (C) 2026 Catcrafts®
import std;
import Calc;
int main() {
std::print("{}", Add(3, 4));
return 0;
}