Skip to content

Commit

Permalink
Merge branch 'protein-translation' of https://github.com/kapitaali/ex…
Browse files Browse the repository at this point in the history
…ercism-cobol-track into protein-translation

merge to catch up
  • Loading branch information
kapitaali committed Apr 18, 2024
2 parents 1850875 + 56ca246 commit 24b25eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ Function Get-DownloadUrl {

$downloadUrl = Get-DownloadUrl
$outputFile = Join-Path -Path $PSScriptRoot -ChildPath "cobolcheck.exe"
Invoke-WebRequest -Uri $downloadUrl -OutFile $outputFile @requestOpts
Invoke-WebRequest -Uri $downloadUrl -OutFile $outputFile @requestOpts
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@

TRANSLATE-CODON.

TRANSLATE-RNA.
TRANSLATE-RNA.

0 comments on commit 24b25eb

Please sign in to comment.