Skip to content

Instantly share code, notes, and snippets.

@dicenull
Created March 14, 2024 08:14
Show Gist options
  • Save dicenull/9a4bcbc9063c7159b39c1ad4441e26b8 to your computer and use it in GitHub Desktop.
Save dicenull/9a4bcbc9063c7159b39c1ad4441e26b8 to your computer and use it in GitHub Desktop.
// Dartコアライブラリをインポート
import 'dart:math';
// パッケージのライブラリをインポート
import 'package:test/test.dart';
// 別ファイルをインポート
// ファイルがないためコメントアウト
// import 'path/to/my_other_file.dart';
void main() {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment