summaryrefslogtreecommitdiff
path: root/src/false/program.cr
blob: 18ce3effb782623bc9deaa1b97f5f1678a72c91e (plain)
1
2
3
4
5
6
7
8
9
require "./false.cr"
require "../program.cr"

struct False::Program < Flint::Program
  def interpret : Nil
    puts "TODO"
  end
end