-
Versão testada: v2.4
Status: Erro
Seu programa apresentou defeito(s) com as seguinte(s) entrada(s):
test1.vbs
```VBS
Sub test()
Dim a as integer
a = 5
print a
End Sub
Sub m…
-
Moved from https://github.com/Microsoft/vscode/issues/25628
From @mdmoura
---
- VSCode Version: 1.11.2
- OS Version: Windows 10
I have the following ASP.NET Core solution (solution.sln) …
-
Hi,
When I run 'dotnet stryker' on a test directory with a .Net framework project, I get the error:
`[10:48:20 INF] Using C:\Dev\xxx\src\net45\FizzBuzz\FizzBuzz.Tests\FizzBuzz.Tests.csproj as pr…
-
I think the idea of a well written, open source, stream-based/flow-based/data-flow language is a fantastic one. My only concern about this idea is the initial example
```
seq(100) | {|x|
if x % 15 …
-
```
./runtest.sh out/fizzbuzz.c.eir.ebc.out ebcvm out/fizzbuzz.c.eir.ebc
exception MEMORY: out of memory
```
-
https://ngineerxiv.slack.com/archives/C034QSSPA/p1526624556000091
Slack流れてしまうのでメモがてらこっちにも
調整さんはこのあたりから
https://ngineerxiv.slack.com/archives/C034QSSPA/p1526624933000158
> まず反応してくれた人の調整さん取って、他の…
-
-
-
-
I'm trying to compile the following code
```
int writeNum = 1; // support for boolean?
int fizz[] = "fizz";
int buzz[] = "buzz";
// copied from tests/string.c
void write_string(int[] s) {
…