Skip to content
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.

[Program]: Write a Julia program to print diamond pattern #3548

Closed
Tracked by #3538
harshraj8843 opened this issue Oct 16, 2022 · 1 comment · Fixed by #5593
Closed
Tracked by #3538

[Program]: Write a Julia program to print diamond pattern #3548

harshraj8843 opened this issue Oct 16, 2022 · 1 comment · Fixed by #5593
Assignees
Labels
closed closed issues/PRs good first issue Good for newcomers help wanted Extra attention is needed Julia julia related program

Comments

@harshraj8843
Copy link
Contributor

harshraj8843 commented Oct 16, 2022

Description

Write a Julia program to print diamond pattern

Input  : 5

Output : 
    *
   ***
  *****
 *******
*********
 *******
  *****
   ***
    *
How to contribute
  • Save the solution in program/program/print-diamond-pattern/program/print-diamond-pattern.jl file
@harshraj8843 harshraj8843 added good first issue Good for newcomers Julia julia related labels Oct 16, 2022
@harshraj8843 harshraj8843 transferred this issue from codinasion/codinasion May 29, 2023
@harshraj8843 harshraj8843 changed the title Write a Julia program to print diamond pattern [Program]: Write a Julia program to print diamond pattern May 30, 2023
@harshraj8843 harshraj8843 added the help wanted Extra attention is needed label Dec 11, 2023
@charan-hash
Copy link
Contributor

!assign

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
closed closed issues/PRs good first issue Good for newcomers help wanted Extra attention is needed Julia julia related program
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants