mirror of https://github.com/golang/go.git
convert to C
R=dmr DELTA=6 (0 added, 3 deleted, 3 changed)
This commit is contained in:
parent
7d7c6a97f8
commit
0bb0b61d6a
|
|
@ -1,7 +0,0 @@
|
||||||
main( ) {
|
|
||||||
extrn a, b, c;
|
|
||||||
putchar(a); putchar(b); putchar(c); putchar('!*n');
|
|
||||||
}
|
|
||||||
a 'hell';
|
|
||||||
b 'o, w';
|
|
||||||
c 'orld';
|
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
main() {
|
||||||
|
printf("hello, world");
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue