mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 15:06:54 -05:00
71375491d1
The result of the call is ignored as it throws even when the directory does not exist. Closes #23491
3 lines
46 B
JavaScript
3 lines
46 B
JavaScript
export function sum(a, b) {
|
|
return a + b;
|
|
}
|