Skip to content

Commit

Permalink
Update fallthrough-four.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Tej-Singh-Rana authored Jan 16, 2022
1 parent 8404729 commit e785739
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions beginner-level/control-flow/fallthrough/fallthrough-four.go
Original file line number Diff line number Diff line change
@@ -1 +1,19 @@
package main

import "fmt"

func main() {
// Main code block



}

/*
_Output_:-
*/

0 comments on commit e785739

Please sign in to comment.