fvpfvpfvp
Results
1
issues of
fvpfvpfvp
**Proposal** Given a file C:/path/to/test.c3: ``` import std::io; fn int main(char[][] argv) { io::println("Hello World!"); return 0; } ``` Calling 'c3c compile test.c3 --print-input' will yield the following output: ```...
enhancement
good first issue