Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Shaik Ghouse
/
StoryBook
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
1
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
27654863
authored
Sep 27, 2017
by
Shaik Ghouse
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Factorial
parent
edb09a24
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
StoryBook/ViewControllers/ViewController.swift
StoryBook/ViewControllers/ViewController.swift
View file @
27654863
...
@@ -16,6 +16,12 @@ class ViewController: UIViewController {
...
@@ -16,6 +16,12 @@ class ViewController: UIViewController {
print
(
"Hello this is master"
)
print
(
"Hello this is master"
)
}
}
func
factorial
()
{
}
func
factorial
(
x
:
Int
)
->
Int
{
return
x
}
override
func
didReceiveMemoryWarning
()
{
override
func
didReceiveMemoryWarning
()
{
super
.
didReceiveMemoryWarning
()
super
.
didReceiveMemoryWarning
()
}
}
...
...
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