• R/O
  • SSH
  • HTTPS

dca-mercurial2020: Commit


Commit MetaInfo

Revision1 (tree)
Zeit2020-12-27 07:31:06
Autormbf29

Log Message

(empty log message)

Ändern Zusammenfassung

Diff

--- trunk/hello/.hg/last-message.txt (nonexistent)
+++ trunk/hello/.hg/last-message.txt (revision 1)
@@ -0,0 +1 @@
1+Cambiado mensaje
\ No newline at end of file
--- trunk/hello/Makefile (nonexistent)
+++ trunk/hello/Makefile (revision 1)
@@ -0,0 +1 @@
1+all: hello
--- trunk/hello/hello.c (nonexistent)
+++ trunk/hello/hello.c (revision 1)
@@ -0,0 +1,16 @@
1+/*
2+ * hello.c
3+ *
4+ * Placed in the public domain by Bryan O'Sullivan
5+ *
6+ * This program is not covered by patents in the United States or other
7+ * countries.
8+ */
9+
10+#include <stdio.h>
11+
12+int main(int argc, char **argv)
13+{
14+ printf("DCA - Mercurial!\n");
15+ return 0;
16+}
Show on old repository browser