Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
golang
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
golang
Commits
0bb0b61d
Commit
0bb0b61d
authored
Jan 20, 1974
by
Brian Kernighan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
convert to C
R=dmr DELTA=6 (0 added, 3 deleted, 3 changed)
parent
7d7c6a97
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
7 deletions
+3
-7
hello.b
src/pkg/debug/macho/testdata/hello.b
+0
-7
hello.c
src/pkg/debug/macho/testdata/hello.c
+3
-0
No files found.
src/pkg/debug/macho/testdata/hello.b
deleted
100644 → 0
View file @
7d7c6a97
main( ) {
extrn a, b, c;
putchar(a); putchar(b); putchar(c); putchar('!*n');
}
a 'hell';
b 'o, w';
c 'orld';
src/pkg/debug/macho/testdata/hello.c
0 → 100644
View file @
0bb0b61d
main
()
{
printf
(
"hello, world"
);
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment