mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-18 02:13:08 +09:00
9 lines
157 B
Diff
9 lines
157 B
Diff
# Test
|
|
diff --git a/tests/test2.cpp b/tests/test2.cpp
|
|
new file mode 100644
|
|
--- /dev/null
|
|
+++ b/tests/test2.cpp
|
|
@@ -0,0 +1,3 @@
|
|
+int main() {
|
|
+ return 0;
|
|
+}
|