Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Akhil
Programs
Commits
b6402732
Commit
b6402732
authored
Oct 04, 2020
by
Akhil
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update largestoftwo.go
parent
1f87df63
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
0 deletions
+13
-0
go/ifcondi.go
go/ifcondi.go
+13
-0
go/largestoftwo.go
go/largestoftwo.go
+0
-0
No files found.
go/ifcondi.go
0 → 100644
View file @
b6402732
package
main
import
"fmt"
func
main
(){
a
:=
10
if
a
==
10
{
fmt
.
Println
(
"True"
)
}
}
\ No newline at end of file
go/largestoftwo.go
deleted
100644 → 0
View file @
1f87df63
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