gg_dna 1.1.0
gg_dna: ^1.1.0 copied to clipboard
gg_dna ist ein Repository, in dem verschiedene Anleitungen, Scripts und Konfigurationen fuer KI-Agenten liegen. Es stellt Anleitungen sowie Anweisungen fuer Code-Struktur, Test, Deployment und Program [...]
example/gg_dna_example.dart
#!/usr/bin/env dart
// @license
// Copyright (c) 2019 - 2026 Dr. Gabriel Gatzsche. All Rights Reserved.
//
// Use of this source code is governed by terms that can be
// found in the LICENSE file in the root of this package.
Future<void> main() async {
print('Look into tests, to see ggDna in action.');
}