# TODO: Write documentation for `Flint` module Flint VERSION = "0.1.0" # TODO: Put your code here def self.main puts "Hello world!" end end Flint.main