unplugged-system/build/bazel/rules/cc/testing/test.cpp

6 lines
48 B
C++
Raw Normal View History

#include <stdio.h>
int main() {
return 0;
}