Popular repositories Loading
-
-
dart-pad
dart-pad PublicForked from dart-lang/dart-pad
An online Dart editor with support for console, web, and Flutter apps
Dart
-
void-main
void-main Publicvoid main () { somar(); } void somar() { int x = 10; int y = 20; int resultado = x+y; print(resultado); }
-
void-somar
void-somar Publicvoid main () { somar(); } void somar() { int x = 10; int y = 20; int resultado = x+y; print(resultado); }
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.