Files
strangecpp/cpplinker/01_compilation_pipeline/foo.cpp
2026-02-24 10:21:15 +01:00

4 lines
44 B
C++

int add(int a, int b) {
return a + b;
}