Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
vinistock committed Oct 1, 2024
1 parent c34029b commit c8221ac
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
{
"version": "2.0.0",
"tasks": [
{
"type": "ruby_lsp_profile",
}
]
}
6 changes: 6 additions & 0 deletions test.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# typed: strict
# frozen_string_literal: true

10_000.times do |i|
2**i
end

0 comments on commit c8221ac

Please sign in to comment.