Skip to content
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 <diogenes.dauster@gmail.com>
* @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