Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Day1 Advpl problem FizzBuzz #347 #356

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 12 additions & 2 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@
"contributions": [
"code"
]
},
},
{
"login": "gaurav01k3",
"name": "GAURAV KUMAR",
Expand All @@ -308,6 +308,16 @@
"doc",
"code"
]
}
},
{
"login": "diogenesdauster",
"name": "Diógenes Dauster",
"avatar_url": "https://avatars2.githubusercontent.com/u/16214631?s=460&u=c397c372c3332d4c5a16a79f4cb5e1141c88bc8e&v=4",
"profile": "https://github.com/diogenesdauster",
"contributions": [
"doc",
"code"
]
}
]
}
Binary file added Day1/Outsystems/fizzbuzz-outsystems.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions Day1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -565,6 +565,21 @@ int main()
}
```

## Outsystems Implementation

### [Service Action FizzBuzz](./Outsystems/fizzbuzz-outsystems.png)

```c
* @author: Dauster <[email protected]>
* @github: https://github.com/diogenesdauster
* @date: 09 Oct 2020
```

![ques for Day 1](./Outsystems/fizzbuzz-outsystems.png)




### Have Another solution?

The beauty of programming lies in the fact that there is never a single solution to any problem.
Expand Down