A Collection of Code Snippets in as Many Programming Languages as Possible
This project is maintained by TheRenegadeCoder
Welcome to the Baklava in Elvish page! Here, you'll find the source code for this program as well as a description of how the program works.
# By github.com/Kaamkiya
for i [(range 11) (range 9 -1)] {
var line = ''
range (- 10 $i) | each { |_| set line = $line' '}
range (+ 1 (* 2 $i)) | each { |_| set line = $line'*' }
echo $line
}
Baklava in Elvish was written by:
If you see anything you'd like to change or update, please consider contributing.
No 'How to Implement the Solution' section available. Please consider contributing.
No 'How to Run the Solution' section available. Please consider contributing.