Skip to content

mcpp run 不显示程序运行结果 #127

@jinglei-cpc

Description

@jinglei-cpc

版本:mcpp 0.0.52

代码:
import std;

int main() {
std::println("Hello from hello!");
std::println("Built with import std + std::println on modular C++23.");
}

mcpp run 执行结果:
Resolving toolchain
Resolved gcc@16.1.0 → @mcpp/registry/data/xpkgs/xim-x-gcc/16.1.0/bin/g++
Inferred sources [src/**/*.{cppm,cpp,cc,c}]
Inferred target my_project (bin from src/main.cpp)
Compiling my_project v0.1.0 (.)
Finished release [optimized] in 0.00s
Running target/x86_64-linux-gnu/08848711309abfc2/bin/my_project

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions