Data commit

This commit is contained in:
Ingy döt Net 2023-07-01 11:58:00 -04:00
parent 7387c8f97b
commit cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions

View file

@ -0,0 +1,12 @@
// This is a single line comment, which lasts until the end of the line. The Dart linter prefers this one.
/* This is also a valid single line comment. Unlike the first one, this one terminates after one of these -> */
/*
You can use the syntax above to make multi line comments as well.
Like this!
*/
/// These are doc comments. You can use dartdoc to generate doc pages for your classes with these.
///
/// Formatting [variable] and [function] names like so allows dartdoc to link to the documentation for those entities.