We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0886781 commit f49245aCopy full SHA for f49245a
test_cases/long.brainrot
@@ -0,0 +1,5 @@
1
+skibidi main {
2
+ giga num = 2137141069;
3
+ yappin("%ld\n", num);
4
+ bussin 0;
5
+}
tests/expected_results.json
@@ -50,5 +50,6 @@
50
"slorp_char": "You typed: c",
51
"slorp_string": "You typed: skibidi bop bop yes yes",
52
"fib": "55",
53
- "func_scope": "from inner 10\nfrom outer 4\n"
+ "func_scope": "from inner 10\nfrom outer 4\n",
54
+ "long": "2137141069\n"
55
}
0 commit comments