CodeArchaeology
  • Home
  • Languages
  • Encyclopedia
  • Blog
  • Getting Docker
  • About

Flutter

Hello World in Dart

December 8, 2025 darthello-worldbeginnergetting-startedflutter

Every programming journey starts with Hello World. Let’s write our first Dart program.

The Code

Create a file named hello.dart:

1
2
3
void main() {
  print('Hello, World!');
} …

Read more →

CodeArchaeology

Exploring programming languages from the popular to the obscure - proving they all still run on modern machines

Quick Links

  • Home
  • Languages
  • Encyclopedia
  • Blog
  • Getting Docker
  • About

Recent Languages

  • ChaiScript
  • Cairo
  • C/C++ Preprocessor
  • Bzip2
  • C Shell

© 2026 CodeArchaeology. All rights reserved.

Built with Hugo | Examples on GitHub