EXPLORER: CSHARP PLAYGROUND
SCRIPTS & TEMPLATES
#
TwoSum.csx
📓
DataAnalysis.dib
📄
PdfReport.csx
#
LINQBenchmark.csx
NUGET PACKAGES (#r)
📦
Microsoft.Data.Analysis 0.20.1
📦
Newtonsoft.Json 13.0.3
📦
SkiaSharp 2.88.8
Matches found in 3 files.
BREAKPOINTS
WATCH EXPRESSIONS
nums: int[4]
target: 9
PACKAGE RESOLVER
Directly reference any NuGet package using Roslyn syntax:
#r "nuget: SkiaSharp, 2.88.8"
LeetCode 1: Two Sum
Easy • Array • Hash Table
Given an array of integers nums and an integer target, return indices of the two numbers such that they add up to target.
No syntax or semantic diagnostics found.